AnnotateViewer.Resolution Property |
Gets the horizontal and vertical resolution of the 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)
Syntaxpublic PointF Resolution { get; set; }
Public Property Resolution As PointF
Get
Set
Property Value
Type:
PointF The resolution of the viewer.
Implements
IAnnotate.Resolution
Remarks This value reflects the Image resolution in the
Units of the
viewer. When this value is changed, either directly or by loading an image with a different resolution, the
annotation size and location will render differently to match the new viewer resolution.
See Also