| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Begin As Point | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LineInteractiveEventArgs Dim value As Point value = instance.Begin | |
| C# | |
|---|---|
public Point Begin {get;} | |
Property Value
The begin location for the current interactive line mode.For C#/VB examples, refer to ImageViewer.InteractivePan.
The ImageViewer.InteractiveModeUseClientCordinates property controls whether the value of Begin and End is in image or client coordinates.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code