VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / WpfPointAffineTransform Class / FromCoefficients(Double,Double,Double,Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    FromCoefficients(Double,Double,Double,Double,Double,Double) Method (WpfPointAffineTransform)
    In This Topic
    Creates a new point transformation from matrix coefficients.
    Syntax
    'Declaration
    
    Public Shared Function FromCoefficients( _
    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 _
    ) As WpfPointTransform

    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.

    Return Value

    The point transformation.
    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