Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
StartClipCursor Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnDesigner Class : StartClipCursor Method



rc
The rectangle in which the cursor will be shown.
rc
The rectangle in which the cursor will be shown.
Starts clipping the mouse cursor inside the given rectangle.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub StartClipCursor( _
   ByVal rc As Rect _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnDesigner
Dim rc As Rect
 
instance.StartClipCursor(rc)
C# 
protected virtual void StartClipCursor( 
   Rect rc
)
C++/CLI 
protected:
virtual void StartClipCursor( 
   Rect rc
) 

Parameters

rc
The rectangle in which the cursor will be shown.

Example

Remarks

Derived classes usually call this method upon starting the design operation. You can use ClipCursorRectangle as the value for rc in most cases.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

StartClipCursor requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.