AnnotateViewerTransform Property |
Gets the transformation matrix for this viewer.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Matrix Transform { get; }
Public ReadOnly Property Transform As Matrix
Get
Property Value
Type:
Matrix The transformation matrix of this viewer.
Implements
IAnnotateTransformRemarks The value of this property is used when rendering annotations: It does not affect the viewer control
itself.
See Also