Matrix Property (WatermarkAnnotation)
In This Topic
Gets or sets the matrix used to transform the annotation’s rectangle before rendering.
Syntax
'Declaration
Public Property Matrix As System.Numerics.Matrix3x2
public System.Numerics.Matrix3x2 Matrix {get; set;}
See Also