ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Bitmap1 Class / Map Method / Map(MapOptions) Method

The options used in mapping the bitmap into memory.


In This Topic
    Map(MapOptions) Method
    In This Topic
    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