幅と高さ More...
#include <SizeF.h>
Public Member Functions | |
SizeF (double width, double height) | |
double | width (void) const |
double | height (void) const |
void | set_width (double width) |
width の値を登録する | |
void | set_height (double height) |
height の値を登録する | |
SizeF & | operator+= (const SizeF &rhs) |
const SizeF | operator+ (const SizeF &rhs) const |
SizeF & | operator-= (const SizeF &rhs) |
const SizeF | operator- (const SizeF &rhs) const |
SizeF & | operator*= (double rhs) |
SizeF | operator* (double rhs) |
幅と高さ