Leadtools Namespace > LeadRect Structure : Right Property |
[XmlIgnoreAttribute()] public int Right {get; set;}
'Declaration <XmlIgnoreAttribute()> Public Property Right As Integer
[XmlIgnoreAttribute()] public int Right {get; set;}
int LeadRect_Right(LeadRect rect);
public int getRight()
XmlIgnoreAttribute()
get_Right();
set_Right(value);
Object.defineProperty('Right');
[XmlIgnoreAttribute()] public: property int Right { int get(); void set ( int value); }
The upper-right corner is the sum of the X and the Width property values of this LeadRect structure.