Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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 Function GetTransform() As Matrix3x2
    public Matrix3x2 GetTransform()
    See Also