AnnotationDataGetRenderTransform Method |
Returns a System.Drawing.Drawing2D.Matrix containing the matrices applied to the
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 GetRenderTransform()
Public Function GetRenderTransform As Matrix
Return Value
Type:
Matrix A Matrix containing all of the matrices applied to the annotation.
Remarks Internally several matrices are used to hold the position, rotation and mirroring of the annotation.
This method will return a single Matrix combining these matrices along with the public Transform property.
This Matrix should be disposed when finished working with it.
See Also