Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Left Property (LeadRectD)








Gets the x-axis value of the left side of the rectangle.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Left {get;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property Left As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
value = instance.Left
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Left {get;}
double LeadRectDLeft(LeadRectD rect)
public double getLeft()
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property double Left {
   double get();
}

Property Value

The x-axis value of the left side of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file