Vcl.Imaging.GIFImg.TGIFImage.SetDithering

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDithering(const Value: TGIFDithering);

C++

void __fastcall SetDithering(const TGIFDithering Value);

Properties

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

Description

Represents the setter method for the Dithering property.

The SetDithering method represents the setter method for the Dithering property.

See Also