Accusoft.ImagXpress13.Net
ImageCursorPosition Property




Gets the point at which the cursor is located within the image, in pixels.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property ImageCursorPosition As Point
'Usage
 
Dim instance As ImageXView
Dim value As Point
 
value = instance.ImageCursorPosition
[BrowsableAttribute(false)]
public Point ImageCursorPosition {get;}
[BrowsableAttribute(false)]
public: __property Point get_ImageCursorPosition();
[BrowsableAttribute(false)]
public:
property Point ImageCursorPosition {
   Point get();
}

Property Value

A System.Drawing.Point value which represents the cursor current location within the image.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback