Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Property (LeadRect)








Gets a value indicating whether this LeadRect structure is empty.
Syntax
public bool IsEmpty {get;}
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As LeadRect
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
BOOL LeadRectIsZero(LeadRect rect)
public boolean isEmpty()
 get_IsEmpty(); 
public:
property bool IsEmpty {
   bool get();
}

Property Value

true if this LeadRect structure is empty; false, otherwise.
Remarks

An uninitialized LeadRect contains values of X, Y, Width and Height of zero.

Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file