System.Types.PPointF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PPointF = ^TPointF;

C++

typedef TPointF *PPointF;

Properties

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

Description

Pointer to a TPointF variable.

TPointF defines a pixel location onscreen, with the origin in the upper-left corner.

See Also