Summary
Gets or sets the y-axis value of the top side of the rectangle.
Syntax
[DataMemberAttribute(Name="y", Order=1, IsRequired=true)]
public double Y { get; set; }
public double getY();
public void setY(
double doubleValue
);
public:
property double Y {
double get();
void set ( double );
}
Property Value
y-axis value of the top size 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