LEADTOOLS Annotations (Leadtools.Annotations assembly)

EditObjectInvalidRectangle Property (AnnEditDesigner)

Show in webframe





Gets the invalid rectangle of EditObject
Syntax
public virtual Rectangle EditObjectInvalidRectangle {get;}
'Declaration
 
Public Overridable ReadOnly Property EditObjectInvalidRectangle As Rectangle
'Usage
 
Dim instance As AnnEditDesigner
Dim value As Rectangle
 
value = instance.EditObjectInvalidRectangle

            

            
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

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.