Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Property (LeadPointD)








Gets a value that indicates whether the point is the Empty point.
Syntax
public bool IsEmpty {get;}
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As LeadPointD
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
BOOL LeadPointDIsEmpty(LeadPointD point)
public boolean isEmpty()
 get_IsEmpty(); 
public:
property bool IsEmpty {
   bool get();
}

Property Value

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

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

Error processing SSI file