LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ControlPointNWSECursor Property
See Also 
Leadtools.Annotations Namespace > AnnAutomationManager Class : 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

Visual Basic (Declaration) 
Public Property ControlPointNWSECursor As Cursor
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.ControlPointNWSECursor = value
 
value = instance.ControlPointNWSECursor
C# 
public Cursor ControlPointNWSECursor {get; set;}
C++/CLI 
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.

Example

For an example, refer to SelectObjectCursor.

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 Leadtools.Annotations.AnnAutomationManager.ControlPointNSCursor instead of the Leadtools.Annotations.AnnAutomationManager.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, Leadtools.Annotations.AnnAutomationManager.ControlPointWECursor, Leadtools.Annotations.AnnAutomationManager.ControlPointNSCursor, and Leadtools.Annotations.AnnAutomationManager.ControlPointNESWCursor.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features