Represents type TPathPointKindHelper.
Namespace: FMX.RS.Graphics
Delphi
|
type
TPathPointKindHelper = record helper for TPathPointKind
end;
|
|
Name
|
Description
|
|
ppClose
|
Represents constant ppClose.
|
|
ppCurveTo
|
Represents constant ppCurveTo.
|
|
ppLineTo
|
Represents constant ppLineTo.
|
|
ppMoveTo
|
Represents constant ppMoveTo.
|
Top
|