←Select platform

IsEmpty Method (LeadPointHelper)

Summary

Returns a value indicating whether a LeadPoint structure is empty.

Syntax

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

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

Leadtools Assembly