Home | All Classes | Grouped Classes | Index | Search

CL_GraphicContext::draw_line

Draw a line from (x1, y1) to (x2, y2) using the specified color.

	void draw_line(
		int x1, int y1, int x2, int y2, const CL_Color& color);

See also:

CL_GraphicContext | CL_Color



Questions or comments, write to the ClanLib mailing list.