LEADTOOLS (Leadtools assembly)

IsEmpty Method (LeadRectDHelper)

Show in webframe







The rectangle to check.
Gets a value indicating whether this LeadRectD structure is empty.
Syntax
public static bool IsEmpty( 
   LeadRectD rect
)
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal rect As LeadRectD _
) As Boolean
'Usage
 
Dim rect As LeadRectD
Dim value As Boolean
 
value = LeadRectDHelper.IsEmpty(rect)
public static bool IsEmpty( 
   LeadRectD rect
)

            

            
 function Leadtools.LeadRectDHelper.IsEmpty( 
   rect 
)
public:
static bool IsEmpty( 
   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

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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