System.Types.PPoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PPoint = ^TPoint;

C++

typedef TPoint *PPoint;

Propriétés

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

Description

PPoint est un pointeur sur une variable TPoint.

Le type TPoint définit un emplacement sur l'écran exprimé en pixels, l'origine étant l'angle supérieur gauche.

Voir aussi