LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEmpty Method (LeadPointHelper)






The point to check.
Returns a value indicating whether a LeadPoint structure is empty. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadPointHelper Class
LeadPointHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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