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