Left Property (original) (raw)

Summary

Gets the x-coordinate of the left edge of this LeadRect structure.

Syntax

C#

Objective-C

C++/CLI

Java

Python

[XmlIgnoreAttribute()] public int Left { get; set; }

NSInteger LeadRectLeft(LeadRect rect) 

public int getLeft(); public void setLeft( int intValue );

[XmlIgnoreAttribute()] public: property int Left { int get(); void set ( int ); }

Property Value

The left 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