ViewportImagePosition Property |
Gets the visible rectangular region that is occupied by the image excluding the image border.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Point ImagePosition { get; }
Public ReadOnly Property ImagePosition As Point
Get
Property Value
Type:
Point The visible rectangular region that is occupied by the image excluding the image border.
Remarks The property is the same as
ScrollPosition but it removes the image border returning the
exact position of the image itself.
See Also