Matrix Property (FormXObject)
In This Topic
Gets or sets the System.Numerics.Matrix3x2 that maps form space into user space.
Syntax
'Declaration
Public Property Matrix As System.Numerics.Matrix3x2
public System.Numerics.Matrix3x2 Matrix {get; set;}
See Also