Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (LeadSize)








Represents a new instance of the LeadSize structure with uninitialized members.
Syntax
public static LeadSize Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As LeadSize
'Usage
 
Dim value As LeadSize
 
value = LeadSize.Empty
public static LeadSize Empty {get;}
const LeadSize LeadSizeZero
static public LeadSize getEmpty()
 get_Empty(); 
public:
static property LeadSize Empty {
   LeadSize get();
}

Property Value

A new instance of the LeadSize structure with uninitialized members.
Remarks

An uninitialized LeadSize has width and height values of zero.

Requirements

Target Platforms

See Also

Reference

LeadSize Structure
LeadSize Members

Error processing SSI file