LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

End Property

Show in webframe





Gets the end location for the current interactive line mode.
Syntax
public Point End {get;}
'Declaration
 
Public ReadOnly Property End As Point
'Usage
 
Dim instance As LineInteractiveEventArgs
Dim value As Point
 
value = instance.End

            

            
public:
property Point End {
   Point get();
}

Property Value

The end location for the current interactive line mode.
Remarks

The Begin and End coordinates are always in control (display) to image coordinates. You can use PointToImageCoordinates and BoundsToImageCoordinates to map a value in control or display coordinates (what is on screen) to image coordinates (actual x and y location in the image pixels). You can use PointFromImageCoordinates and BoundsFromImageCoordinates to map a value in image coordinates (actual x and y location in t he image pixels) to control or display coordinates (what is on screen).

Example

For C#/VB examples, refer to InteractivePan.

Requirements

Target Platforms

See Also

Reference

LineInteractiveEventArgs Class
LineInteractiveEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.