System.Types.TSizeF.operator Implicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Implicit(const Size: TSizeF): TPointF;
class operator Implicit(const Point: TPointF): TSizeF;
class operator Implicit(const Size: TSize): TSizeF;

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types TSizeF

Description

Returns a TSizeF object, with the same value as the parameter sent.

operator Implicit returns a TSizeF object, with the values of the Width and Height properties set on the values of the TSize, TSizeF or TPoint received as parameter.

See Also