LeadRect Structure (original) (raw)
Summary
Stores four integer numbers that represent the coordinates and size of a rectangle (X, Y, Width, and Height).
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()]
[DataContractAttribute(Name="LeadRect")]
public struct LeadRect
public final class LeadRect
implements java.io.Serializable
public:
[SerializableAttribute,
DataContractAttribute(Name=L"LeadRect")]
value class LeadRect sealed
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