System.Types.PSizeF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PSizeF = ^TSizeF;

C++

typedef TSizeF *PSizeF;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Pointer to a TSizeF variable.

TSizeF represents the width and height of an object.

See Also