Types.TSmallPoint

From RAD Studio VCL Documentation (German)
Jump to: navigation, search

Contents

Delphi-Informationen

von Types.pas

TSmallPoint = record
	x: SmallInt;
	y: SmallInt;
end;


Unit: Types

Typ: Struktur

C++-Informationen

von Types.hpp

TSmallPoint = class


Unit: Types

Typ: Klasse

Klassenfelder: Felder von Types.TSmallPoint

Beschreibung

TSmallPoint definiert einen Punkt mit zwei 16-Bit-Koordinaten.


Der Typ TSmallPoint definiert einen Punkt, wobei jede Koordinate ein 16-Bit-Integer ist. x legt die horizontale Koordinate des Punktes und y vertikale fest.

Siehe auch

Personal tools