Transform Property (GcPdfGraphics)
In This Topic
Gets or sets the current transformation matrix. The default is Identity matrix.
Syntax
'Declaration
Public Overrides Property Transform As System.Numerics.Matrix3x2
public override System.Numerics.Matrix3x2 Transform {get; set;}
See Also