VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / PointFAffineTransform Class / PointFAffineTransform Constructor(Single,Single,Single,Single,Single,Single)
Syntax Requirements SeeAlso
In This Topic
    PointFAffineTransform Constructor(Single,Single,Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the PointFAffineTransform class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal m11
    The M11 coefficient.
    As Single, _
    ByVal m12
    The M12 coefficient.
    As Single, _
    ByVal m21
    The M21 coefficient.
    As Single, _
    ByVal m22
    The M22 coefficient.
    As Single, _
    ByVal offsetX
    The OffsetX coefficient.
    As Single, _
    ByVal offsetY
    The OffsetY coefficient.
    As Single _
    )
    public PointFAffineTransform(
    float m11,
    float m12,
    float m21,
    float m22,
    float offsetX,
    float offsetY
    )
    public: PointFAffineTransform(
    float m11,
    float m12,
    float m21,
    float m22,
    float offsetX,
    float offsetY
    )
    public:
    PointFAffineTransform(
    float m11,
    float m12,
    float m21,
    float m22,
    float offsetX,
    float 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also