ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSinkNative Class / DrawBitmap Method

In This Topic
    DrawBitmap Method (CommandSinkNative)
    In This Topic
    HRESULT ID2D1CommandSink::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle,[In, Optional] const D2D_MATRIX_4X4_F* perspectiveTransform)
    Syntax
    'Declaration
     
    Public Sub DrawBitmap( _
       ByVal bitmap As Bitmap, _
       ByVal destinationRectangle As Nullable(Of RectF), _
       ByVal opacity As Single, _
       ByVal interpolationMode As InterpolationMode, _
       ByVal sourceRectangle As Nullable(Of RectF), _
       ByVal perspectiveTransformRef As Nullable(Of Matrix4x4) _
    ) 

    Parameters

    bitmap
    destinationRectangle
    opacity
    interpolationMode
    sourceRectangle
    perspectiveTransformRef
    See Also