The ClipCursorRectangle Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the rectangle used to clip the cursor when AnnDesigner.ClipCursor is true.Visual Basic (Declaration) | |
---|---|
Protected ReadOnly Property ClipCursorRectangle As Rectangle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnDesigner Dim value As Rectangle value = instance.ClipCursorRectangle |
C# | |
---|---|
protected Rectangle ClipCursorRectangle {get;} |
Property Value
The System.Drawing.Rectangle structure used to clip the cursor when AnnDesigner.ClipCursor is true.For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
(Read only) This rectangle is calculated based on the AnnDesigner.Container object's Bounds and Transform values.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7