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

StartClipCursor Method






The rectangle in which the cursor will be shown.
Starts clipping the mouse cursor inside the given rectangle.
Syntax
protected virtual void StartClipCursor( 
   Rectangle rc
)
'Declaration
 
Protected Overridable Sub StartClipCursor( _
   ByVal rc As Rectangle _
) 
'Usage
 
Dim instance As AnnDesigner
Dim rc As Rectangle
 
instance.StartClipCursor(rc)
protected virtual void StartClipCursor( 
   Rectangle rc
)
 function Leadtools.Annotations.AnnDesigner.StartClipCursor( 
   rc 
)
protected:
virtual void StartClipCursor( 
   Rectangle rc
) 

Parameters

rc
The rectangle in which the cursor will be shown.
Remarks
Derived classes usually call this method upon starting the design operation. You can use ClipCursorRectangle as the value for rc in most cases.
Example
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations
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

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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