←Select platform

EditObjectInvalidRectangle Property

Summary

Gets the invalid rectangle of EditObject

Syntax

C#
VB
C++
public virtual Rectangle EditObjectInvalidRectangle { get; } 
  
Public Overridable ReadOnly Property EditObjectInvalidRectangle As Rectangle 
public: 
virtual property Rectangle EditObjectInvalidRectangle { 
   Rectangle get(); 
} 

Property Value

A System.Drawing.Rectangle structure that represents the current invalid rectangle of EditObject.

Remarks

This invalid rectangle contains the boundaries of the control points as well. It is more accurate to use this property instead of AnnObject.InvalidRectangle when calculating the invalid rectangle of an object that is being edited.

Example

For an example, refer to AnnDesigner.

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