FMX.Types.IFlasher.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: TSizeF;

C++

virtual System::Types::TSizeF __fastcall GetSize(void) = 0 ;

Properties

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

Description

Returns the TSizeF size of the flasher shape.

GetSize returns the flasher's width and height as the floating-point Width and Height properties of the TSizeF record.

See Also