Point::Point(INT,INT) method (gdiplustypes.h)

Creates a Point object using two integers to initialize the X and Y data members.

Syntax

void Point(
  [in] INT x,
  [in] INT y
);

Parameters

[in] x

Type: INT

Integer that specifies the x-coordinate of the Point object.

[in] y

Type: INT

Integer that specifies the y-coordinate of the Point object.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplustypes.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Point

Point Constructors

PointF