FMX.Filter.Effects.TWrapEffect.LeftStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LeftStart: Single read GetLeftStart write SetLeftStart nodefault;

C++

__property float LeftStart = {read=GetLeftStart, write=SetLeftStart};

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 start point of the left Bezier curve used for wrapping.

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

The first control point and the start point of the curve, which are determined by the LeftControl1 and LeftStart properties, are positioned only on the top edge of the wrapped image. The vertical coordinate of the start point is equal to the vertical coordinate of the top edge of the image to be wrapped. If the LeftControl1 and LeftStart properties are animated, the first control point and the start point of the curve move along the top edge of the image to be wrapped.

If LeftStart is not explicitly set, it is considered equal to 0.

See Also