←Select platform

StartClipCursor Method

Summary

Starts clipping the mouse cursor inside the given rectangle.

Syntax

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

Parameters

rc
The rectangle in which the cursor will be shown.

Remarks

Derived classes usually call this method upon ending or canceling the design operation.

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.Windows.Annotations Assembly