FMX.Filter.Effects.TFilterPinch.AspectRatio
Delphi
property AspectRatio: Single read GetAspectRatio write SetAspectRatio;
C++
__property float AspectRatio = {read=GetAspectRatio, write=SetAspectRatio};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | TFilterPinch |
Description
{{#multireplace:FMX.Filter.Effects.TFilterPinch.AspectRatio|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Filter.Effects.TPinchEffect.AspectRatio|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Filter.Effects.TPinchEffect.AspectRatio|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the ratio between the width and height of the pinch region.
AspectRatio is a System.Single value that takes values in the range from 0.50 through 2.00.
When AspectRatio is changed, the width of the pinch region remains constant, and the height is modified.
If AspectRatio is not explicitly set, it is considered equal to 1.50.