Vcl.Imaging.GIFImg.TGIFFrame.Scanline

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scanline[y: integer]: pointer read GetScanline;

C++

__property void * Scanline[int y] = {read=GetScanline};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Points at the beginning of a line in the GIF frame.

The Scanline property represents a pointer to the beginning of the y'th line in the GIF frame.

See Also