FMX.Filter.Effects.TTilerEffect.VerticalOffset
Delphi
property VerticalOffset: Single read GetVerticalOffset write SetVerticalOffset nodefault;
C++
__property float VerticalOffset = {read=GetVerticalOffset, write=SetVerticalOffset};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | TTilerEffect |
Description
Specifies the vertical offset of each tile.
VerticalOffset is a System.Single value that takes values in the range from 0.00
through 1.00
.
The maximum distance to vertically slide the tiles is equal to the height of a tile. The tile dimensions are calculated by dividing the dimensions of the input image by the number of rows and columns. The number of rows and columns is specified through the HorizontalTileCount and VerticalTileCount properties.
If VerticalOffset is not explicitly set, it is considered equal to 0.00
.