LEADTOOLS (Leadtools assembly)

IsEmpty Method (LeadPointDHelper)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

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