Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (LeadSizeD)








Gets a special value that represents a size with no coordinates.
Syntax
public static LeadSizeD Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As LeadSizeD
'Usage
 
Dim value As LeadSizeD
 
value = LeadSizeD.Empty
public static LeadSizeD Empty {get;}
const LeadSizeD LeadSizeDZero
public static LeadSizeD getEmpty()
 get_Empty(); 
public:
static property LeadSizeD Empty {
   LeadSizeD get();
}

Property Value

The empty size, which has Width and Height property values of NegativeInfinity.
Requirements

Target Platforms

See Also

Reference

LeadSizeD Structure
LeadSizeD Members

Error processing SSI file