LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Right Property






Gets the x-coordinate of the upper-right corner of this LeadRect structure. .NET support Silverlight support
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;}
XmlIgnoreAttribute()
 get_Right();
set_Right(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

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