ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / DrawImage Method

In This Topic
    DrawImage Method (CommandSink)
    In This Topic
    HRESULT ID2D1CommandSink::DrawImage([In] ID2D1Image* image,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In] D2D1_COMPOSITE_MODE compositeMode)
    Syntax
    'Declaration
     
    Sub DrawImage( _
       ByVal image As Image, _
       ByVal targetOffset As Nullable(Of Point2F), _
       ByVal imageRectangle As Nullable(Of RectF), _
       ByVal interpolationMode As InterpolationMode, _
       ByVal compositeMode As CompositeMode _
    ) 

    Parameters

    image
    targetOffset
    imageRectangle
    interpolationMode
    compositeMode
    See Also