IAnnotateTransform Property |
Gets a transformation matrix used by the host control.
Gets a transformation matrix used by the host control.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Matrix Transform { get; }
ReadOnly Property Transform As Matrix
Get
Property Value
Type:
MatrixA transformation matrix for the control.
Property Value
Type:
Matrix A transformation matrix for the control.
Remarks
This matrix is used to represent any offsets from scrolling and scaling that need
to be reflected in the rendered annotations.
Remarks This matrix is used to represent any offsets from scrolling and scaling that need to be reflected in the
rendered annotations.
See Also