Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Right Property (LeadRectD)








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

Property Value

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

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file