Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (LeadRectDHelper)








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

Property Value

A new instance of the LeadRectD with uninitialized members.
Remarks

An uninitialized LeadRectD contains values of X, Y, Width and Height to "maximum double", "maximum double", "minimum double" and "minimum double" respectively.

Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

Error processing SSI file