Point::P oint(INT,INT)-Methode (gdiplustypes.h)
Erstellt ein Point-Objekt mit zwei ganzen Zahlen, um die X - und Y-Datenmember zu initialisieren.
Syntax
void Point(
[in] INT x,
[in] INT y
);
Parameter
[in] x
Typ: INT
Ganze Zahl, die die x-Koordinate des Point-Objekts angibt.
[in] y
Typ: INT
Ganze Zahl, die die y-Koordinate des Point-Objekts angibt.
Rückgabewert
Keine
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | gdiplustypes.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |