ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawTransform Interface / SetDrawInfo Method
The interface to specify the GPU-based transform pass.

In This Topic
    SetDrawInfo Method (DrawTransform)
    In This Topic
    Sets the GPU render information for the transform.
    Syntax
    'Declaration
     
    Sub SetDrawInfo( _
       ByVal drawInfo As DrawInformation _
    ) 
    void SetDrawInfo( 
       DrawInformation drawInfo
    )

    Parameters

    drawInfo
    The interface to specify the GPU-based transform pass.
    See Also