Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsEmpty Method (LeadSizeDHelper)








The size to check.
Returns a value indicating whether a LeadSizeD structure is empty.
Syntax
public static bool IsEmpty( 
   LeadSizeD size
)
'Declaration
 
Public Shared Function IsEmpty( _
   ByVal size As LeadSizeD _
) As Boolean
'Usage
 
Dim size As LeadSizeD
Dim value As Boolean
 
value = LeadSizeDHelper.IsEmpty(size)
public static bool IsEmpty( 
   LeadSizeD size
)
 function Leadtools.LeadSizeDHelper.IsEmpty( 
   size 
)
public:
static bool IsEmpty( 
   LeadSizeD size
) 

Parameters

size
The size to check.
Remarks

An empty LeadSizeD structure has coordinate values of "minimum double" for both the Width and Height objects.

Requirements

Target Platforms

See Also

Reference

LeadSizeDHelper Class
LeadSizeDHelper Members

Error processing SSI file