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




In This Topic
    GetRealDataRaster Method
    In This Topic
    Gets an ImGearArrayRef to the real buffer of the specified row.
    Syntax
    'Declaration
     
    Public Function GetRealDataRaster( _
       ByVal rowNumber As Integer _
    ) As ImGearArrayRef
    'Usage
     
    Dim instance As ImGearComplexObject
    Dim rowNumber As Integer
    Dim value As ImGearArrayRef
     
    value = instance.GetRealDataRaster(rowNumber)
    public ImGearArrayRef GetRealDataRaster( 
       int rowNumber
    )
    public: ImGearArrayRef GetRealDataRaster( 
       int rowNumber
    ) 
    public:
    ImGearArrayRef GetRealDataRaster( 
       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 real buffer of the specified row.
    Remarks
    This method gets an ImageGear.Core.ImGearArrayRef structure to the real buffer of the specified row.
    See Also