Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Empty Property (LeadSize)








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

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