System.Types.TSmallPoint.operator Addition

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class operator Add(const Lhs, Rhs : TSmallPoint): TSmallPoint;

Propriétés

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

Description

Calcule la somme de deux objets TSmallPoint.

Utilisez operator Addition pour ajouter les coordonnées x et y d'un objet TSmallPoint aux coordonnées x et y d'un autre objet TSmallPoint.

Voir aussi