LeadMatrix Structure (original) (raw)

Summary

Represents a 3x3 affine transformation matrix used for transformations in 2-D space.

Syntax

C#

Objective-C

C++/CLI

Java

Python

[SerializableAttribute()] [DataContractAttribute(Name="LeadMatrix")] public struct LeadMatrix

typedef struct LeadMatrix 

public final class LeadMatrix implements java.io.Serializable

public: [SerializableAttribute, DataContractAttribute(Name=L"LeadMatrix")] value class LeadMatrix 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