Class

Size

Extends:

There's no documentation for this item.

Public Methods
* Return a new Wx::Size with the width and height values both multiplied by parameter mul, which should be a Numeric
+ Return a new Wx::Size with the width and height parameters both increased by parameter arg. If arg is another Wx::Size, increase width by the other’s width and height by the other’s height; if arg is a numeric value, increase both width and height by that value.
- Return a new Wx::Size with the width and height parameters both reduced by parameter arg. If arg is another Wx::Size, reduce width by the other’s width and height by the other’s height; if arg is a numeric value, reduce both width and height by that value.
/ Return a new Wx::Size with the width and height values both divided by parameter div, which should be a Numeric
to_s
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.