Represents a 3x3 affine transformation matrix used for transformations in 2-D space.
[TypeConverterAttribute("Leadtools.LeadMatrixConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")]
[DataContractAttribute(Name="LeadMatrix", IsNameSetExplicitly=true)]
[SerializableAttribute()]
public struct LeadMatrix : System.ValueType, System.IFormattable
<TypeConverterAttribute("Leadtools.LeadMatrixConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")>
<DataContractAttribute(Name="LeadMatrix", IsNameSetExplicitly=True)>
<SerializableAttribute()>
Public Structure LeadMatrix
Inherits System.ValueType
Implements System.IFormattable
[TypeConverterAttribute("Leadtools.LeadMatrixConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")]
[DataContractAttribute(Name="LeadMatrix", IsNameSetExplicitly=true)]
[SerializableAttribute()]
public class LeadMatrix
typedef struct LeadMatrix
public final class LeadMatrix implements Serializable
JAVASCRIPT_NOSTRUCTS
[TypeConverterAttribute("Leadtools.LeadMatrixConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")]
[DataContractAttribute(Name="LeadMatrix", IsNameSetExplicitly=true)]
[SerializableAttribute()]
public value class LeadMatrix : public System.ValueType, System.IFormattable
A 3x3 matrix is used for transformations in a 2-D x-y plane. Affine transformation matrices can be multiplied to form any number of linear transformations, such as rotation and skew (shear), followed by translation. An affine transformation matrix has its final column equal to (0, 0, 1), so only the members in the first two columns need to be specified. Note that vectors are expressed as row-vectors, not column vectors.
A LeadMatrix is stored using row-major order and has the following structure:
M11 | M12 | 0 |
M21 | M22 | 0 |
OffsetX | OffsetY | 1 |
The members in the last row, OffsetX and OffsetY, represent translation values.
In methods and properties, the transformation matrix is usually specified as a vector with only six members, as follows:
Products |
Support |
Feedback: LeadMatrix Structure - Leadtools |
Introduction |
Help Version 19.0.2017.6.19
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.