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

In This Topic
    Map(MapOptions,MappedRectangle) Method
    In This Topic
    HRESULT ID2D1Bitmap1::Map([In] D2D1_MAP_OPTIONS options,[Out] D2D1_MAPPED_RECT* mappedRect)
    Syntax
    'Declaration
     
    Public Overloads Sub Map( _
       ByVal options As MapOptions, _
       ByRef mappedRect As MappedRectangle _
    ) 
    public void Map( 
       MapOptions options,
       out MappedRectangle mappedRect
    )

    Parameters

    options
    mappedRect
    See Also