|
virtual SizeF | size (void) const =0 |
| サーフェスの幅と高さを返す
|
|
virtual double | width (void) const |
|
virtual double | height (void) const |
|
virtual bool | is_valid (void) const |
|
virtual Color | pixel_color (const PointF &point, double magnify) const =0 |
| 指定された位置の色情報を返す
|
|
virtual void | draw (const RectF *src, const RectF &dest, double z, const Angle &rotate_angle, double magnify, double color_strength_ratio, double alpha, bool antialiasing) const =0 |
| 描画 More...
|
|
|
static const double | No_depth_z = numeric_limits<double>::max() |
|
virtual void hrk::Surface::draw |
( |
const RectF * |
src, |
|
|
const RectF & |
dest, |
|
|
double |
z, |
|
|
const Angle & |
rotate_angle, |
|
|
double |
magnify, |
|
|
double |
color_strength_ratio, |
|
|
double |
alpha, |
|
|
bool |
antialiasing |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following files: