Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / EllipticFigure Class / Transform Property

In This Topic
    Transform Property (EllipticFigure)
    In This Topic
    Gets or sets the transformation matrix.
    Syntax
    'Declaration
     
    Public Property Transform As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 Transform {get; set;}
    See Also