FMX.Objects.TArc

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Objects.TEllipseFMX.Objects.TShapeFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTArc

Delphi

TArc = class(TEllipse)

C++

class PASCALIMPLEMENTATION TArc : public TEllipse

Properties

Type Visibility Source Unit Parent
class public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects FMX.Objects

Description

TArc defines 2D arcs. TArc is drawn as part of TEllipse's contour. It inherits TControl and can be used in styles to construct controls.

The TArc object is the part of the TEllipse's contour enclosed between radiuses with the StartAngle and EndAngle angles.

To define the general size, shape, and position of TArc, use the ShapeRect bounding rectangle, the scaling factors specified by Scale, the RotationCenter rotation axis, and the RotationAngle rotation angle of the TEllipse object.

TArc draws the contour and fills the shape background with the Paint method. The Paint method draws the TArc contour using the drawing pen having the Stroke property of the TArc object.

See Also