Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property End As Point |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LineInteractiveEventArgs Dim value As Point value = instance.End |
C# | |
---|---|
public Point End {get;} |
Property Value
The end 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