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 );
}
Property Value
The right edge of this LeadRect.
Leadtools Assembly
Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method
Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method
Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method
Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method