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_ |
More informative output when converted to string |
<code/>and<pre/>for code samples.