System.Types.PSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PSize = ^TSize;

C++

typedef TSize* PSize;

Properties

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

Description

Pointer to tagSIZE.

tagSIZE represents the width and height of a graphical rectangular area (typically in pixels).

See Also