Vcl.Imaging.GIFImg.TGIFFrame.Crop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Crop;

C++

void __fastcall Crop();

Properties

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

Description

Crops a frame of a GIF object.

Override the Crop method to set the crop parameters and the new length and width for the GIF frame.

See Also