FMX.Types.TTransform.RotationCenter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RotationCenter: TPosition read FRotationCenter write FRotationCenter;

C++

__property TPosition* RotationCenter = {read=FRotationCenter, write=FRotationCenter};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTransform

Description

Specifies the rotation center.

RotationCenter specifies the center point for the rotation transformation.

See Also

Code Examples