Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Method (LeadRectDHelper)








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

Error processing SSI file