←Select platform

StartClipCursor Method

Summary

Starts clipping the mouse cursor inside the given rectangle.

Syntax

C#
VB
C++
protected virtual void StartClipCursor( 
   Rectangle rc 
) 
  
Protected Overridable Sub StartClipCursor( _ 
   ByVal rc As Rectangle _ 
)  
protected: 
virtual void StartClipCursor(  
   Rectangle rc 
)  

Parameters

rc
The rectangle in which the cursor will be shown.

Remarks

Derived classes usually call this method upon starting the design operation. You can use ClipCursorRectangle as the value for rc in most cases.

Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly