FMX.Objects.TShape.ShapeRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShapeRect: TRectF read GetShapeRect;

C++

__property System::Types::TRectF ShapeRect = {read=GetShapeRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TShape

Description

Specifies the rectangle for drawing the shape.

The coordinates of the upper-left corner of the rectangle are (0,0), and the coordinates of the lower-right corner are (Width, Height).

See Also