System.Types.PSize
Delphi
type 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).