←Select platform

ClipCursorRectangle Property

Summary

Gets the rectangle used to clip the cursor when ClipCursor is true.

Syntax

C#
VB
C++
protected virtual Rectangle ClipCursorRectangle {get;} 
  
Protected Overridable ReadOnly Property ClipCursorRectangle As Rectangle 
protected: 
virtual property Rectangle ClipCursorRectangle { 
   Rectangle get(); 
} 

Property Value

The System.Drawing.Rectangle structure used to clip the cursor when ClipCursor is true.

Remarks

This rectangle is calculated based on the Container object's Bounds and Transform values.

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