Starts clipping the mouse cursor inside the given rectangle.
protected virtual void StartClipCursor(
Rectangle rc
)
Protected Overridable Sub StartClipCursor( _
ByVal rc As Rectangle _
)
protected:
virtual void StartClipCursor(
Rectangle rc
)
rc
The rectangle in which the cursor will be shown.
Derived classes usually call this method upon starting the design operation. You can use ClipCursorRectangle as the value for rc in most cases.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
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