ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearFrequencyProcessingVerifier Class / CanApplyInverseFFTToImage Method
The ImGearComplexObject class object to determine whether InverseFFTToImage method can be applied to.




In This Topic
    CanApplyInverseFFTToImage Method
    In This Topic
    Takes an ImGearComplexObject class object and determines whether ImGearFrequencyProcessing.InverseFFTToImage can be applied to it.
    Syntax
    'Declaration
     
    Public Function CanApplyInverseFFTToImage( _
       ByVal value As ImGearComplexObject _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearFrequencyProcessingVerifier
    Dim value As ImGearComplexObject
    Dim value As Boolean
     
    value = instance.CanApplyInverseFFTToImage(value)
    public bool CanApplyInverseFFTToImage( 
       ImGearComplexObject value
    )
    public: bool CanApplyInverseFFTToImage( 
       ImGearComplexObject* value
    ) 
    public:
    bool CanApplyInverseFFTToImage( 
       ImGearComplexObject^ value
    ) 

    Parameters

    value
    The ImGearComplexObject class object to determine whether InverseFFTToImage method can be applied to.

    Return Value

    Boolean value.
    See Also