Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TopRight Property








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

Property Value

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

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file