←Select platform

IsEmpty Method (LeadPointDHelper)

Summary

Returns a value indicating whether a LeadPointD structure is empty.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEmpty(  
   Leadtools.LeadPointD point 
) 
Public Shared Function IsEmpty( _ 
   ByVal point As Leadtools.LeadPointD _ 
) As Boolean 
public static bool IsEmpty(  
   Leadtools.LeadPointD point 
) 
 function Leadtools.LeadPointDHelper.IsEmpty(  
   point  
) 
public: 
static bool IsEmpty(  
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly