LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ControlPointNWSECursor Property






Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when the cursor is over the upper left or lower right control point of a rectangular selection.
Syntax
public Cursor ControlPointNWSECursor {get; set;}
'Declaration
 
Public Property ControlPointNWSECursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.ControlPointNWSECursor = value
 
value = instance.ControlPointNWSECursor
public Cursor ControlPointNWSECursor {get; set;}
 get_ControlPointNWSECursor();
set_ControlPointNWSECursor(value);
public:
property Cursor^ ControlPointNWSECursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the cursor is over the upper left or lower right control point of a rectangular selection.
Remarks

Note that when an AnnObject is rotated, the mouse pointer image used for a particular control point can change. For example, if the upper left control point is rotated so that it is now the lower center control point, the mouse pointer image displayed would be dictated by the ControlPointNSCursor instead of the ControlPointNWSECursor.

Used when UserMode is AnnUserMode.Design.

Used with rectangular selections. A rectangular selection appears when the selected AnnObject is rectangular (i.e. AnnGroupObject or the object is derived from AnnRectangleObject).

For more information, refer to ControlPointCursor, ControlPointWECursor, ControlPointNSCursor, and ControlPointNESWCursor.

For more information, refer to New Annotation Features of Version 14.5.

Example
For an example, refer to SelectObjectCursor.
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

AnnAutomationManager Class
AnnAutomationManager Members
RotateCenterControlPointCursor Property
ControlPointCursor Property
ControlPointNSCursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPointCursor Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property

 

 


Products | Support | Contact Us | Copyright Notices

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