LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEmpty Method (LeadRectDHelper)






The rectangle to check.
Gets a value indicating whether this LeadRectD structure is empty. .NET support WinRT support
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 LeadRectD.X, LeadRectD.Y, LeadRectD.Width and LeadRectD.Height of "maximum double", "maximum double", "minimum double" and "minimum double" respectively.

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

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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