Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (LeadPointD)








Gets a special value that represents a point with no coordinates.
Syntax
public static LeadPointD Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As LeadPointD
'Usage
 
Dim value As LeadPointD
 
value = LeadPointD.Empty
public static LeadPointD Empty {get;}
const LeadPointD LeadPointDEmpty
public static LeadPointD getEmpty()
 get_Empty(); 
public:
static property LeadPointD Empty {
   LeadPointD get();
}

Property Value

The empty point, which has X and Y property values of NaN.
Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

Error processing SSI file