VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointAffineTransform Class / VintasoftPointAffineTransform Constructor(Double,Double,Double,Double,Double,Double)
Syntax Requirements SeeAlso
In This Topic
    VintasoftPointAffineTransform Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the VintasoftPointAffineTransform class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal m11
    The M11 coefficient.
    As Double, _
    ByVal m12
    The M12 coefficient.
    As Double, _
    ByVal m21
    The M21 coefficient.
    As Double, _
    ByVal m22
    The M22 coefficient.
    As Double, _
    ByVal offsetX
    The OffsetX coefficient.
    As Double, _
    ByVal offsetY
    The OffsetY coefficient.
    As Double _
    )
    public VintasoftPointAffineTransform(
    double m11,
    double m12,
    double m21,
    double m22,
    double offsetX,
    double offsetY
    )
    public: VintasoftPointAffineTransform(
    double m11,
    double m12,
    double m21,
    double m22,
    double offsetX,
    double offsetY
    )
    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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also