Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / Transform Property

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