LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsEmpty Method (LeadRectHelper)






The rectangle to check.
Gets a value indicating whether this LeadRect structure is empty. .NET support WinRT support
Syntax
public static bool IsEmpty( 
   LeadRect rect
)
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal rect As LeadRect _
) As Boolean
'Usage
 
Dim rect As LeadRect
Dim value As Boolean
 
value = LeadRectHelper.IsEmpty(rect)
public static bool IsEmpty( 
   LeadRect rect
)
 function Leadtools.LeadRectHelper.IsEmpty( 
   rect 
)
public:
static bool IsEmpty( 
   LeadRect rect
) 

Parameters

rect
The rectangle to check.

Return Value

true if this LeadRect structure is empty; false, otherwise.
Remarks

An uninitialized LeadRect contains values of X, Y, Width and Height of zero.

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

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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