Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Method (LeadRectHelper)








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

Error processing SSI file