Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Empty Property (LeadRectD)








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

Property Value

The empty rectangle, which has X and Y property values of PositiveInfinity and Width and Height property values of NegativeInfinity.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file