←Select platform

Right Property

Summary
Gets the x-coordinate of the upper-right corner of this LeadRect structure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[XmlIgnoreAttribute()] 
public int Right { get; set; } 
NSInteger LeadRectRight(LeadRect rect) 
public int getRight(); 
public void setRight( 
   int intValue 
); 
[XmlIgnoreAttribute()] 
public: 
property int Right { 
   int get(); 
   void set (    int ); 
} 
Right # get and set (LeadRect) 

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

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.