Vcl.Imaging.GIFImg.TGIFFrame.GetScanline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScanline(y: integer): pointer;

C++

void * __fastcall GetScanline(int y);

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns a pointer to a line in the GIF frame.

GetScanline returns a pointer to the first element of the y'th line in the GIF frame.

See Also