FMX.Filter.Effects.TWrapEffect.LeftEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftEnd: Single read GetLeftEnd write SetLeftEnd nodefault;

C++

__property float LeftEnd = {read=GetLeftEnd, write=SetLeftEnd};

Properties

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

Description

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

LeftEnd 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 end 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 LeftEnd is not explicitly set, it is considered equal to 0.

See Also