Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Method (LeadPointDHelper)








The point to check.
Returns a value indicating whether a LeadPointD structure is empty.
Syntax
public static bool IsEmpty( 
   LeadPointD point
)
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal point As LeadPointD _
) As Boolean
'Usage
 
Dim point As LeadPointD
Dim value As Boolean
 
value = LeadPointDHelper.IsEmpty(point)
public static bool IsEmpty( 
   LeadPointD point
)
 function Leadtools.LeadPointDHelper.IsEmpty( 
   point 
)
public:
static bool IsEmpty( 
   LeadPointD point
) 

Parameters

point
The point to check.
Remarks

An empty LeadPointD object has coordinate values of NaN for both X and Y.

Requirements

Target Platforms

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

Error processing SSI file