LEADTOOLS (Leadtools assembly)

IsEmpty Property (LeadPoint)

Show in webframe







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

Property Value

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

An empty LeadPoint has coordinates value of zero for both X and Y.

Requirements

Target Platforms

See Also

Reference

LeadPoint Structure
LeadPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

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