Advertisement

1 - 10 of 41 containing alltags:("ellipse") (0 seconds)
I already asked a question about anti-aliased lines and I had a lot of precious help that helped me pull through to make a very nice-looking line (though I need to work on adapt the ends according ...
Zones: Graphics Game ProgrammingDate Answered: 04/05/2002 Grade: A Views: 0
I found problem to detect ellipse , How to detect ellipse in image ? but the main problem is how to detect human face. Anybody have any idea or not? i cannot create program to archive that question.
Zones: Delphi ProgrammingDate Answered: 03/10/2004 Grade: B Views: 0
hi,       I need a help.... for an elliptical arc, given       1. two end points of the arc - ( X1,Y1),(X2,Y2)       2. one control point - (Xc,Yc)             (The control point is best located             about halfway be...
Zones: Math & ScienceDate Answered: 07/28/2004 Grade: B Views: 8
The following code defines the size of a rectangle. Need to modify to define the size of an ellipse. Thanks. #display { position:absolute; left:100; top:100; width:50px; height:50px; z-index:1; ...
Zones: HTMLDate Answered: 10/04/2004 Grade: A Views: 0
Hi, I have drawn an ellipse on a TImage->Canvas in Borland C++ Builder in this way: Ellipse (X1, Y1, X2, Y2); where the bounding rectangle has the top left point at pixel coordinates (X1, Y1)...
Zones: C++Date Answered: 04/25/2006 Grade: C Views: 112
Hi, I'm using a bunch of JComboBoxes, laid out with SpringUtilities.makeCompactGrid to make a form-like panel: <Label1> <ComboBox1> <Label2> <ComboBox2> etc. Selections in one combobox...
Zones: JavaDate Answered: 07/02/2006 Grade: A Views: 0
Hi, a simple question, although i couldn't find it on iNet. How to draw a GDI Ellipse WITHOUT default filling (transparent) in VisualBasic 6? and how to do it in VC++?
Zones: C++, Visual BasicDate Answered: 09/06/2007 Grade: A Views: 0
how can i draw ellipse and other things(like lines) in access (if i can at all)?
Zones: MS AccessDate Answered: 09/18/1998 Grade: C Views: 0
I want to draw ellipse with API call and fill it with some color.I use Ellipse(DC, ......), and help says me that it will be filled with current brush.How can I set current brush?
Zones: Delphi ProgrammingDate Answered: 02/19/1999 Grade: B Views: 0
HI,  I have the following situaltion CClient Cilent; Client.Ellipse(X1,Y1,X2,Y2); I want to fill this Ellipse with some color. I read the help which says select the brush and a pen . Let me k...
Zones: Windows MFCDate Answered: 04/21/2000 Grade: A Views: 0