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





Gets the rectangle used to clip the cursor when AnnDesigner.IsClipCursor is true.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Protected Overridable ReadOnly Property ClipCursorRectangle As Rect
Visual Basic (Usage)Copy Code
Dim instance As AnnDesigner
Dim value As Rect
 
value = instance.ClipCursorRectangle
C# 
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected virtual Rect ClipCursorRectangle {get;}
C++/CLI 
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected:
virtual property Rect ClipCursorRectangle {
   Rect get();
}
XAML Syntax 
You cannot use this property in XAML.
XAML Syntax 
You cannot use this property in XAML.

Return Value

The Rect structure used to clip the cursor when AnnDesigner.IsClipCursor is true.

Example

Remarks

(Read only) This rectangle is calculated based on the Container object's Width, Height and RenderTransform values.

Requirements

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

See Also

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