FMX.Types.TPathPointKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPathPointKind = (ppMoveTo, ppLineTo, ppCurveTo, ppClose);

C++

enum class DECLSPEC_DENUM TPathPointKind : unsigned int { ppMoveTo, ppLineTo, ppCurveTo, ppClose };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Defines the TPathData points' kind.

TPathPointKind can have the following values:

Value Meaning

ppMoveTo

The point was added to TPathData through the MoveTo or MoveToRel method.

ppLineTo

The point defines the end point of a line. The point was added to TPathData through the LineTo or LineToRel method.

ppCurveTo

The point is a control point or the end point of a curve. The point was added to TPathData through the CurveTo,CurveoRel, SmoothCurveTo, or SmoothCurveoRel method.

ppClose

The point is added when TPathData is closed.

See Also

Personal tools
Translations