System.Types.SmallPoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function SmallPoint(X, Y: Integer): TSmallPoint;
function SmallPoint(XY: LongWord): TSmallPoint;

C++

extern DELPHI_PACKAGE TSmallPoint __fastcall SmallPoint(int X, int Y)/* overload */;

Propriétés

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

Description

Crée une structure TSmallPoint avec un couple de coordonnées.

Appelez SmallPoint pour créer un TSmallPoint représentant les coordonnées spécifiées.

Voir aussi