LEADTOOLS Annotations (Leadtools.Annotations assembly)

ClipCursorRectangle Property

Show in webframe





Gets the rectangle used to clip the cursor when ClipCursor is true.
Syntax
protected virtual Rectangle ClipCursorRectangle {get;}
'Declaration
 
Protected Overridable ReadOnly Property ClipCursorRectangle As Rectangle
'Usage
 
Dim instance As AnnDesigner
Dim value As Rectangle
 
value = instance.ClipCursorRectangle

            

            
protected:
virtual property Rectangle ClipCursorRectangle {
   Rectangle get();
}

Property Value

The System.Drawing.Rectangle structure used to clip the cursor when ClipCursor is true.
Remarks
This rectangle is calculated based on the Container object's Bounds and Transform values.
Example
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations
Requirements

Target Platforms

See Also

Reference

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.