ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / SourceTransform Interface / Draw Method

In This Topic
    Draw Method (SourceTransform)
    In This Topic
    Draws the transform to the graphics processing unit (GPU)–based Direct2D pipeline.
    Syntax
    'Declaration
     
    Sub Draw( _
       ByVal target As Bitmap1, _
       ByVal drawRect As RectL, _
       ByVal targetOrigin As Point2L _
    ) 
    void Draw( 
       Bitmap1 target,
       RectL drawRect,
       Point2L targetOrigin
    )

    Parameters

    target
    drawRect
    targetOrigin
    See Also