System.Types.TPoint.operator Implicit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class operator Implicit(Value: TSmallPoint): TPoint;

Propriétés

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

Description

Renvoie un objet TPoint.

operator Implicit renvoie un objet TPoint avec les mêmes coordonnées que l'objet TSmallPoint reçu en paramètre. Elle convertit un TSmallPoint en un TPoint et la conversion est implicite.

Voir aussi