LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEmpty Method (LeadPointDHelper)






The point to check.
Returns a value indicating whether a LeadPointD structure is empty. .NET support WinRT support
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 LeadPointD.X and LeadPointD.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

LeadPointDHelper Class
LeadPointDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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