←Select platform

IsEmpty Method (LeadRectDHelper)

Summary

Gets a value indicating whether this LeadRectD structure is empty.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEmpty(  
   Leadtools.LeadRectD rect 
) 
Public Shared Function IsEmpty( _ 
   ByVal rect As Leadtools.LeadRectD _ 
) As Boolean 
public static bool IsEmpty(  
   Leadtools.LeadRectD rect 
) 
 function Leadtools.LeadRectDHelper.IsEmpty(  
   rect  
) 
public: 
static bool IsEmpty(  
   Leadtools.LeadRectD rect 
)  

Parameters

rect
The rectangle to check.

Return Value

true if this LeadRectD structure is empty; false, otherwise.

Remarks

An uninitialized LeadRectD contains values of X, Y, Width and Height of "maximum double", "maximum double", "minimum double" and "minimum double" respectively.

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