DK11 for Delphi | GisFileBMP.TGIS_FileBMP.writeLine | Constructors | Fields | Methods | Properties
Write an image line. Do nothing - just for save inheritance.
Overrides TGIS_FilePixel.writeLine.
// Delphi protected function writeLine( const _buffer : TBytes; const _idx : Integer; const _linenr : Integer; const _start : Integer; const _bytes : Integer ) : Integer; override;
// C++ Builder protected: virtual int writeLine( TBytes* const _buffer, const int _idx, const int _linenr, const int _start, const int _bytes );
Name | Type | Description |
---|---|---|
_buffer | TBytes | buffer to write |
_idx | Integer | buffer start index |
_linenr | Integer | line number |
_start | Integer | offset from line start |
_bytes | Integer | bytes count |
Type | Description |
---|---|
Integer | written number of bytes |