FMX.Filter.Effects.TPixelateEffect.BlockCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BlockCount: Single read GetBlockCount write SetBlockCount nodefault;

C++

__property float BlockCount = {read=GetBlockCount, write=SetBlockCount};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TPixelateEffect

Beschreibung

Gibt die Anzahl der Pixelblöcke an, die von diesem Vergröberungseffekt betroffen sind.

Siehe auch