Contents Up Previous Next

wxPoint: wxObject

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

wxPoint::wxPoint


wxPoint::wxPoint

void wxPoint(void)

void wxPoint(float x, float y)

Create a point.

float x

float y

Members of the wxPoint object.