LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
StartClipCursor Method
See Also 
Leadtools.Annotations Namespace > AnnDesigner Class : StartClipCursor Method



rc
The rectangle in which the cursor will be shown.

The StartClipCursor Method is available in LEADTOOLS Document and Medical Imaging toolkits.

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 Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnDesigner
Dim rc As Rectangle
 
instance.StartClipCursor(rc)
C# 
protected virtual void StartClipCursor( 
   Rectangle rc
)
C++/CLI 
protected:
virtual void StartClipCursor( 
   Rectangle rc
) 

Parameters

rc
The rectangle in which the cursor will be shown.

Example

For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations

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 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