Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

BottomRight Property








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

Property Value

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

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file