LEADTOOLS (Leadtools assembly)

IsEmpty Property (LeadRect)

Show in webframe







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;}
int LeadRect_IsEmpty(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

 

 


Products | Support | Contact Us | Copyright Notices

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