Home | All Classes | Grouped Classes | Index | Search

CL_Image::CL_Image

Image Constructor Image Constructor Image Constructor Image Constructor Image Constructor Image Constructor

	CL_Image(
		CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Image(
		CL_Surface* surface, bool delete_surface, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Image(
		const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Image(
		const CL_Rect& pos, CL_Surface* surface, bool delete_surface, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Image(
		const CL_Point& pos, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Image(
		const CL_Point& pos, CL_Surface* surface, bool delete_surface, CL_Component* parent, CL_StyleManager* style = NULL);

See also:

CL_Component | CL_Image | CL_Point | CL_Rect | CL_StyleManager | CL_Surface



Questions or comments, write to the ClanLib mailing list.