User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.getline_tbytes_integer_integer_integer_integer

Table of Contents

TGIS_LayerPixel.getLine method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getLine | Constructors | Fields | Methods | Properties | Events

Internal use only. For reading an image line.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function getLine(
    const _buffer : TBytes;
    const _offset : Integer;
    const _linenr : Integer;
    const _start : Integer;
    const _bytes : Integer
  ) : Integer; virtual;
// C++ Builder
protected:
  virtual int getLine(
    TBytes* const _buffer,
    const int _offset,
    const int _linenr,
    const int _start,
    const int _bytes
  );

Parameters

Name Type Description
_buffer TBytes bytes array
_offset Integer start in _buffer
_linenr Integer line number
_start Integer left margin (bytes to skip)
_bytes Integer bytes count

Result

Type Description
Integer number of read bytes
2020/05/07 01:08

Page Tools