FMX.Filter.Effects.TFilterWrap.LeftControl2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftControl2: Single read GetLeftControl2 write SetLeftControl2;

C++

__property float LeftControl2 = {read=GetLeftControl2, write=SetLeftControl2};

Properties

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

Description

FMX.Filter.Effects.TFilterWrap.LeftControl2 inherits from FMX.Filter.Effects.TWrapEffect.LeftControl2. All content below this line refers to FMX.Filter.Effects.TWrapEffect.LeftControl2.

Specifies the value for determining the horizontal coordinate of the second control point of the left Bezier curve used for wrapping.

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

The second control point and the end point of the curve, which are determined by the LeftControl2 and LeftEnd properties, are positioned only on the bottom edge of the wrapped image. The vertical coordinate of the second control point is equal to the vertical coordinate of the bottom edge of the image to be wrapped. If the LeftControl2 and LeftEnd properties are animated, the second control point and the end point of the curve move along the bottom edge of the image to be wrapped.

If LeftControl2 is not explicitly set, it is considered equal to 0.25.

See Also