Page 2 of 2
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sat Apr 23, 2011 12:40 am
by Zulf
When will Axel be done with the sample D:
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sat Apr 23, 2011 2:03 pm
by Agust1337
Yes oops I forgot to remove it lol Codex
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sat Apr 23, 2011 2:18 pm
by Codex
Axel where are you, lets see the sample dunnno; lol
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sat Apr 23, 2011 2:58 pm
by Zulf
This project = dead. Reformatted computer due to a driver getting corrupted and wouldn't let my laptop start up. But luckily I have the PaintDLL v0.5.0 (Didn't release) source on my email somewhere.
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sat Apr 23, 2011 3:02 pm
by Codex
This project isn't dead right? How old is the copy/backup ?
Re: PaintDLL - A library for easy 2D Drawing
Posted: Wed Apr 27, 2011 1:56 am
by Zulf
It's a little before the first release.
Re: PaintDLL - A library for easy 2D Drawing
Posted: Wed Apr 27, 2011 2:30 am
by Cheatmasterbw
Very nice! It would be nice if this had a flood fill.
Re: PaintDLL - A library for easy 2D Drawing
Posted: Thu Apr 28, 2011 2:33 am
by Zulf
If you mean make a filled area, then it does. :P
drawFilledRegion(PictureBox pb, int x, int y, int width, int height, Color c);
Re: PaintDLL - A library for easy 2D Drawing
Posted: Thu Apr 28, 2011 2:36 am
by Cheatmasterbw
is that like the flood fill feature in paint?
Re: PaintDLL - A library for easy 2D Drawing
Posted: Sun May 01, 2011 6:06 pm
by Zulf
You have to code all that yourself, this is just bare basics..Currently it only fills a rectangle.