Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

BottomLeft Property








Gets the position of the bottom-left corner of the rectangle.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD BottomLeft {get;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public ReadOnly Property BottomLeft As LeadPointD
'Usage
 
Dim instance As LeadRectD
Dim value As LeadPointD
 
value = instance.BottomLeft
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public LeadPointD BottomLeft {get;}
LeadPointD LeadRectDBottomLeft(LeadRectD rect)
public LeadPointD getBottomLeft()
BrowsableAttribute()
XmlIgnoreAttribute()
 get_BottomLeft(); 
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property LeadPointD BottomLeft {
   LeadPointD get();
}

Property Value

The position of the bottom-left corner of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file