FMX.Objects.TCustomPath
Delphi
TCustomPath = class(TShape, IPathObject)
C++
class PASCALIMPLEMENTATION TCustomPath : public TShape
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | FMX.Objects |
Description
TCustomPath is the base class for all 2D path-type shapes representing groups of connected curves and lines.
TCustomPath renders the path Data graphics with the Paint method. Paint scales and positions the path graphics according to the WrapMode parameter. Paint draws the path contour and fills the background using the drawing pen and brush with the properties, color, and opacity defined by the Stroke and Fill properties of the TCustomPath object.