Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Method (LeadPointHelper)








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

Error processing SSI file