ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / GetTransform Method

In This Topic
    GetTransform Method (RenderTarget)
    In This Topic
    void ID2D1RenderTarget::GetTransform([Out] D2D_MATRIX_3X2_F* transform)
    Syntax
    'Declaration
     
    Public Sub GetTransform( _
       ByRef transform As Matrix3x2 _
    ) 
    public void GetTransform( 
       out Matrix3x2 transform
    )

    Parameters

    transform
    See Also