LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

EditObjectInvalidRectangle Property (AnnEditDesigner)






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 Rectangle EditObjectInvalidRectangle {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.