Click or drag to resize

AnnotationDataTransform Property

Gets the transformation matrix used for rendering this annotation.
Gets or sets the transformation matrix used for rendering this annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Matrix Transform { get; set; }

Property Value

Type: Matrix
A transformation maxtrix used for rendering.

Property Value

Type: Matrix
A transformation matrix used for rendering.
Remarks

Each annotation has multiple matrices. The Transform property matrix is multiplied in after all others, allowing for a custom transform.

Note: The RotateDocument method applies a transform to this matrix.

See Also