RasterImageReadScanLine Method |
Reads the whole scan line by the specified scan line index.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic Color[] ReadScanLine(
int scanLineIndex
)
Public Function ReadScanLine (
scanLineIndex As Integer
) As Color()
public:
array<Color>^ ReadScanLine(
int scanLineIndex
)
member ReadScanLine :
scanLineIndex : int -> Color[]
Parameters
- scanLineIndex
- Type: SystemInt32
Zero based index of the scan line.
Return Value
Type:
ColorThe scan line pixel color values array.
See Also