all groups > dotnet drawing api > october 2006 > threads for october 29 - 31, 2006
Filter by week: 1 2 3 4 5
GraphicsPath to Points list
Posted by googler at 10/31/2006 11:47:25 PM
I am using GraphicsPath for drawing objects such as line, ellipse...
But I have to retrieve a list of points that this path contains. How
could I do this? Thanks.
... more >>
Question on Animation
Posted by pamela fluente at 10/31/2006 6:18:01 AM
In a fast animation done by repeatedly displaying
a bitmap on a picture box ...
what is better:
1. to recreate, each time, the bitmap and graphics object
(disposing the previous ones)
or
2. to "clean up" the existing bitmap and redraw on it ?
And, in case what is the ... more >>
Identify shape in image
Posted by John at 10/31/2006 12:00:00 AM
Hi there,
Can anyone tell me how to go about identifying the location of a shape in an
image? I have a series of images that all have a blue circle somewhere in
the image. I would like to be able to identify the location of the circle
in some kind of x y position relative to the image its... more >>
Getting raw bitmap byte data from bitmap image
Posted by mpalacio NO[at]SPAM gmail.com at 10/30/2006 3:03:41 AM
Hi guys,
Does anybody know how to retrieve/parse the raw bitmap bytes from a
bitmap image? In other words, excluding the header data.
Thanks so much!
Am using c# btw.
... more >>
Outlining Pixels with transparent background
Posted by Jude Martin at 10/29/2006 9:47:35 PM
Hello,
I have been searching for a solution for many days now and would like to
throw this question out to anyone who may be able to assist.
I am trying to find a way to add an outline to non transparent pixels in a
Bitmap object. The background is painted Color.Transparent and any... more >>
|