Bitmap for WPF
Map(MapOptions) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Bitmap1 クラス > Map メソッド : Map(MapOptions) メソッド

The options used in mapping the bitmap into memory.

Maps the given bitmap into memory.
シンタックス
'宣言
 
Public Overloads Function Map( _
   ByVal options As MapOptions _
) As DataRectangle
public DataRectangle Map( 
   MapOptions options
)

パラメータ

options

The options used in mapping the bitmap into memory.

戻り値の型

a reference to the rectangle that is mapped into memory
解説
The bitmap must have been created with the MapOptions.Readflag specified. The caller should try to unmap the memory as quickly as is feasable to release occupied DMA aperture memory.
参照

Bitmap1 クラス
Bitmap1 メンバ
オーバーロード一覧