趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
hrk::Image_surface Class Reference

画像サーフェス More...

#include <Image_surface.h>

Inheritance diagram for hrk::Image_surface:
Inheritance graph
[legend]
Collaboration diagram for hrk::Image_surface:
Collaboration graph
[legend]

Public Member Functions

 Image_surface (const std::string &image_file, bool transparent=false)
 
SizeF size (void) const
 画像が読み込めていない場合 SizeF(0, 0) が返される
 
Color pixel_color (const PointF &point, double magnify) const
 指定された位置の色情報を返す
 
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
 描画 More...
 
- Public Member Functions inherited from hrk::Surface
virtual double width (void) const
 
virtual double height (void) const
 
virtual bool is_valid (void) const
 

Additional Inherited Members

- Static Public Attributes inherited from hrk::Surface
static const double No_depth_z = numeric_limits<double>::max()
 

Detailed Description

画像サーフェス

Examples:
check_box_example.cpp, image_surface_example.cpp, and toggle_screen_example.cpp.

Constructor & Destructor Documentation

Image_surface::Image_surface ( const std::string &  image_file,
bool  transparent = false 
)
explicit
Parameters
[in]image_path画像ファイルのパス
[in]transparent(0, 0) 位置のピクセル色を透過させるかどうか

Member Function Documentation

void Image_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
virtual

描画

Parameters
[in]srcオリジナルのサーフェスのどの領域を描画するかを指定する。NULL が指定された場合、オリジナルのサーフェスの領域サイズが利用される。
[in]dest描画するサーフェスの位置、幅と高さを指定する。

!!!

Todo:
記述する

Implements hrk::Surface.


The documentation for this class was generated from the following files: