System.Types.PSizeF
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.