C#
VB
C++
Gets the rectangle used to clip the cursor.
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected virtual Rect ClipCursorRectangle {get;}
<TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Protected Overridable ReadOnly Property ClipCursorRectangle As Rect
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected:
virtual property Rect ClipCursorRectangle {
Rect get();
}
The System.Windows.Rect structure used to clip the cursor.
This rectangle is calculated based on the Container object's System.Windows.FrameworkElement.Width, System.Windows.FrameworkElement.Height and System.Windows.UIElement.RenderTransform values.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET