System.Types.PPointF

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PPointF = ^TPointF;

C++

typedef TPointF *PPointF;

Propriétés

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

Description

Pointeur sur une variable TPointF.

TPointF définit un emplacement sur l'écran exprimé en pixels, avec l'origine dans le coin supérieur gauche.

Voir aussi