Summary
Gets or sets the x-axis value of the left side of the rectangle.
Syntax
[DataMemberAttribute(Name="x", Order=0, IsRequired=true)]
public double X { get; set; }
public double getX();
public void setX(
double doubleValue
);
public:
property double X {
double get();
void set ( double );
}
Property Value
x-axis value of the left side of the rectangle.
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