ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.FreqIP Namespace / ImGearComplexObject Class / GetImaginaryDataRaster Method
Index of the row for which to get ImageGear.Core.ImGearArrayRef structure.




In This Topic
    GetImaginaryDataRaster Method
    In This Topic
    Gets an ImGearArrayRef to the imaginary buffer of the specified row.
    Syntax
    'Declaration
     
    Public Function GetImaginaryDataRaster( _
       ByVal rowNumber As Integer _
    ) As ImGearArrayRef
    'Usage
     
    Dim instance As ImGearComplexObject
    Dim rowNumber As Integer
    Dim value As ImGearArrayRef
     
    value = instance.GetImaginaryDataRaster(rowNumber)
    public ImGearArrayRef GetImaginaryDataRaster( 
       int rowNumber
    )
    public: ImGearArrayRef GetImaginaryDataRaster( 
       int rowNumber
    ) 
    public:
    ImGearArrayRef GetImaginaryDataRaster( 
       int rowNumber
    ) 

    Parameters

    rowNumber
    Index of the row for which to get ImageGear.Core.ImGearArrayRef structure.

    Return Value

    An ImageGear.Core.ImGearArrayRef structure to the imaginary buffer of the specified row.
    Remarks
    This method gets an ImageGear.Core.ImGearArrayRef to the imaginary buffer of the specified row.
    See Also