Click or drag to resize

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

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