LEADTOOLS (Leadtools assembly)

Right Property (LeadRect)

Show in webframe







Gets the x-coordinate of the upper-right corner of this LeadRect structure.
Syntax
[XmlIgnoreAttribute()]
public int Right {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Right As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
[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);
}

Property Value

The right edge of this LeadRect.
Remarks

The upper-right corner is the sum of the X and the Width property values of this LeadRect structure.

Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.