LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Position Property (PointInteractiveEventArgs)






Gets the location for the current interactive point mode. .NET support Silverlight support
Syntax
public Point Position {get;}
'Declaration
 
Public ReadOnly Property Position As Point
'Usage
 
Dim instance As PointInteractiveEventArgs
Dim value As Point
 
value = instance.Position
public Point Position {get;}
 get_Position(); 
public:
property Point Position {
   Point get();
}

Property Value

The location for the current interactive point mode.
Remarks

The Position 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 InteractiveCenterAt.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PointInteractiveEventArgs Class
PointInteractiveEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.