Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

tile_ipicture_painter Class Reference

Painter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...) tiled. More...

List of all members.

Public Types

typedef SIZE param1

Public Member Functions

 tile_ipicture_painter (const std::string &file_name="")
 tile_ipicture_painter (const std::string &file_name, SIZE tile_size)
tile_ipicture_painterclone () const
void draw (HDC hDC, int cx, int cy)
void tile_size (SIZE tile_size)
SIZE tile_size () const


Detailed Description

Painter for background_wnd. Draws an ipicture (could be bmp, gif, jpg, ...) tiled.

See also:
Description of tile_ipicture_painter

background_wnd


Member Function Documentation

SIZE tile_size  )  const
 

Returns the size of the tiles.

void tile_size SIZE  tile_size  ) 
 

Sets the size of the tiles .

A width and height of 0 means tile_ipicture_painter should determine the width and height itself (and so the ipicture is fully displayed




by Steven Weiss. You can contact me at steven11@gmx.de.