Creates a new LeadMatrix with the specified values.
static create(m11: number, m12: number, m21: number, m22: number, offsetX: number, offsetY: number): LeadMatrix;
m11
The new LeadMatrix M11 coefficient.
m12
The new LeadMatrix M12 coefficient.
m21
The new LeadMatrix M21 coefficient.
m22
The new LeadMatrix M22 coefficient.
offsetX
The new LeadMatrix OffsetX coefficient.
offsetY
The new LeadMatrix OffsetY coefficient.
The resulting LeadMatrix
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