ComponentOne Bitmap for WPF
Map(MapOptions) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap1 Class > Map Method : Map(MapOptions) Method

The options used in mapping the bitmap into memory.

Maps the given bitmap into memory.
Syntax
'Declaration
 
Public Overloads Function Map( _
   ByVal options As MapOptions _
) As DataRectangle
public DataRectangle Map( 
   MapOptions options
)

Parameters

options

The options used in mapping the bitmap into memory.

Return Value

a reference to the rectangle that is mapped into memory
Remarks
The bitmap must have been created with the MapOptions.Read flag specified. The caller should try to unmap the memory as quickly as is feasable to release occupied DMA aperture memory.
See Also

Reference

Bitmap1 Class
Bitmap1 Members
Overload List