Imaging クラス

定義

イメージ オブジェクトを作成するためのアンマネージド相互運用のサポートを提供します。

public ref class Imaging abstract sealed
public static class Imaging
type Imaging = class
Public Class Imaging
継承
Imaging

注釈

このクラスは、WPF、BitmapSource のプライマリ ビットマップ イメージング クラスの作成メカニズムを提供します。 これには、Microsoft Windows グラフィックス デバイス インターフェイス (GDI) オブジェクト、およびメモリ セクションに基づいてBitmapSourceを作成するメソッドが含まれます。

メソッド

名前 説明
CreateBitmapSourceFromHBitmap(IntPtr, IntPtr, Int32Rect, BitmapSizeOptions)

アンマネージド ビットマップとパレット情報への指定されたポインターに基づいて、マネージド BitmapSourceを返します。

CreateBitmapSourceFromHIcon(IntPtr, Int32Rect, BitmapSizeOptions)

アンマネージ アイコン イメージへの指定されたポインターに基づいて、マネージド BitmapSourceを返します。

CreateBitmapSourceFromMemorySection(IntPtr, Int32, Int32, PixelFormat, Int32, Int32)

指定されたアンマネージ メモリの場所に基づいて、マネージド BitmapSourceを返します。

適用対象

こちらもご覧ください