Click or drag to resize

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; }

Property Value

Type: Matrix
The transformation matrix of this viewer.

Implements

IAnnotateTransform
Remarks
The value of this property is used when rendering annotations: It does not affect the viewer control itself.
See Also