FMX.Menus.TMenuItem.CalcRenderSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CalcRenderSize: TPointF;

C++

System::Types::TPointF __fastcall CalcRenderSize();

Properties

Type Visibility Source Unit Parent
function public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMenuItem

Description

CalcRenderSize determines the render size of this TMenuItem as a TPointF.

See Also