A wxPoint is a useful data structure for graphics operations. It simply contains floating point x and y members.
wxPoint::wxPoint
voidwxPoint
voidwxPointfloat x, float y
Create a point.
float x
float y
Members of the wxPoint object.