LEADTOOLS (Leadtools assembly)

IsEmpty Method (LeadRectHelper)

Show in webframe







The rectangle to check.
Gets a value indicating whether this LeadRect structure is empty.
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

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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