FMX.Types.IAlignableObject.GetOriginalParentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOriginalParentSize: TPointF;

C++

virtual System::Types::TPointF __fastcall GetOriginalParentSize() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Getter function for the OriginalParentSize property.

Implement GetOriginalParentSize to get the value of the OriginalParentSize property.

See Also