LEADTOOLS (Leadtools assembly)

IsEmpty Method (LeadPointHelper)

Show in webframe







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

            

            
 function Leadtools.LeadPointHelper.IsEmpty( 
   point 
)
public:
static bool IsEmpty( 
   LeadPoint point
) 

Parameters

point
The point to check.
Remarks

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

Requirements

Target Platforms

See Also

Reference

LeadPointHelper Class
LeadPointHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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