Vcl.Imaging.GIFImg.TGIFFrame.SetLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLeft(const Value: WORD);

C++

void __fastcall SetLeft(const System::Word Value);

Properties

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

Description

Sets the left coordinate of a GIF frame.

The protected SetLeft method is used to modify the left coordinate of a GIF frame. The Value parameter specifies the new coordinate.

See Also