ImageGear .NET v24.12 - Updated
GetRealDataRaster Method




ImageGear24.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearComplexObject Class : GetRealDataRaster Method
Index of the row for which to get ImageGear.Core.ImGearArrayRef structure.
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

Reference

ImGearComplexObject Class
ImGearComplexObject Members
ImGearArrayRef Structure