Class

Point

Extends:

There's no documentation for this item.

Public Methods
* Return a new Wx::Point with the x and y values both multiplied by parameter mul, which should be a Numeric
+ Return a new Wx::Point with the x and y values both increased by parameter arg. If arg is another Wx::Point, increase x by the other’s x and y by the other’s y; if arg is a numeric value, increase both x and y by that value.
- Return a new Wx::Point with the x and y values both reduced by parameter arg. If arg is another Wx::Point, reduce x by the other’s x and y by the other’s y; if arg is a numeric value, reduce x and y both by that value.
/ Return a new Wx::Point with the x and y parameters both divided by parameter div, which should be a Numeric
to_s More informative output when converted to string
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.