Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ISourceTransform Interface / Draw Method

In This Topic
    Draw Method (ISourceTransform)
    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