FMX.Filter.Effects.TFilterTiler.HorizontalOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HorizontalOffset: Single read GetHorizontalOffset write SetHorizontalOffset;

C++

__property float HorizontalOffset = {read=GetHorizontalOffset, write=SetHorizontalOffset};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterTiler

Description

FMX.Filter.Effects.TFilterTiler.HorizontalOffset inherits from FMX.Filter.Effects.TTilerEffect.HorizontalOffset. All content below this line refers to FMX.Filter.Effects.TTilerEffect.HorizontalOffset.

Specifies the horizontal offset of each tile.

HorizontalOffset is a System.Single value that takes values in the range from 0.00 through 1.00.

The maximum distance to horizontally slide the tiles is equal to the width 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 HorizontalOffset is not explicitly set, it is considered equal to 0.00.

See Also