Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Property (LeadRectD)








Gets a value that indicates whether the rectangle is the Empty rectangle.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public bool IsEmpty {get;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As LeadRectD
Dim value As Boolean
 
value = instance.IsEmpty
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public bool IsEmpty {get;}
BOOL LeadRectDIsEmpty(LeadRectD rect)
public boolean isEmpty()
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if the rectangle is the Empty rectangle; otherwise, false.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file