VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FrequencySpectrumVisualizerCommand Class / GetTransformDecomposition(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransformDecomposition(VintasoftImage) Method (FrequencySpectrumVisualizerCommand)
    In This Topic
    Returns the decomposition of rectangle for correct spectrum filtering depending on requited margin.
    Syntax
    'Declaration
    
    Protected Overrides Function GetTransformDecomposition( _
    ByVal image
    Input image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Drawing.Rectangle
    protected override System.Drawing.Rectangle GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: System.Drawing.Rectangle* GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage* image
    ); override
    protected:
    System.Drawing.Rectangle^ GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage^ image
    ); override

    Parameters

    image
    Input image.

    Return Value

    Rectangle containing whole input image if GetTransformDecompositionSize() returns 0 or less; otherwise, returns array of rectangles which represent image decomposition.
    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