LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Begin Property
See Also 
Leadtools.Windows.Controls Namespace > LineInteractiveEventArgs Class : Begin Property



Gets the begin location for the current interactive line mode. Supported in Silverlight, Windows Phone 7

Syntax

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;}
C++/CLI 
public:
property Point Begin {
   Point get();
}

Property Value

The begin location for the current interactive line mode.

Example

For C#/VB examples, refer to ImageViewer.InteractivePan.

Remarks

The ImageViewer.InteractiveModeUseClientCordinates property controls whether the value of Begin and End is in image or client coordinates.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also