'Declaration Public Function New( _
ByVal m11The M11 coefficient.As Double, _
ByVal m12The M12 coefficient.As Double, _
ByVal m21The M21 coefficient.As Double, _
ByVal m22The M22 coefficient.As Double, _
ByVal offsetXThe OffsetX coefficient.As Double, _
ByVal offsetYThe OffsetY coefficient.As Double _
)
public VintasoftPointAffineTransform(
double m11,
double m12,
double m21,
double m22,
double offsetX,
double offsetY
)
Parameters
- m11
- The M11 coefficient.
- m12
- The M12 coefficient.
- m21
- The M21 coefficient.
- m22
- The M22 coefficient.
- offsetX
- The OffsetX coefficient.
- offsetY
- The OffsetY coefficient.