Contents Up Previous Next

wxIntPoint: wxObject

A wxIntPoint is a useful data structure for graphics operations. It contains integer point x and y members. See also wxPoint for a floating point version.

wxIntPoint::wxIntPoint


wxIntPoint::wxIntPoint

void wxIntPoint(void)

void wxIntPoint(int x, int y)

Create a point.

int x

int y

Members of the wxIntPoint object.