ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / SourceTransformNative Class / Draw Method

In This Topic
    Draw Method (SourceTransformNative)
    In This Topic
    HRESULT ID2D1SourceTransform::Draw([In] ID2D1Bitmap1* target,[In] const RECT* drawRect,[In] D2D_POINT_2U targetOrigin)
    Syntax
    'Declaration
     
    Public Sub Draw( _
       ByVal target As Bitmap1, _
       ByVal drawRect As RectL, _
       ByVal targetOrigin As Point2L _
    ) 
    public void Draw( 
       Bitmap1 target,
       RectL drawRect,
       Point2L targetOrigin
    )

    Parameters

    target
    drawRect
    targetOrigin
    See Also