VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / GetElements() Method
Syntax Requirements SeeAlso
In This Topic
    GetElements() Method (AffineMatrix)
    In This Topic
    Returns the matrix elements.
    Syntax
    'Declaration
    
    Public Function GetElements() As Double[]
    
    
    public double[] GetElements()
    
    
    public: double[] GetElements()
    
    
    public:
    double[] GetElements()

    Return Value

    Array that contains six matrix elements in following order: M11, M12, M21, M22, OffsetX, OffsetY.
    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