FMX.Filter.Effects.TFilterPixelate.BlockCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BlockCount: Single read GetBlockCount write SetBlockCount;

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 TFilterPixelate

Beschreibung

FMX.Filter.Effects.TFilterPixelate.BlockCount erbt von FMX.Filter.Effects.TPixelateEffect.BlockCount. Der folgende Inhalt bezieht sich auf FMX.Filter.Effects.TPixelateEffect.BlockCount.

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

Siehe auch