Re: GDI+

From: Roman S. (rsomov_at_hotmail.com)
Date: 06/01/04


Date: Tue, 01 Jun 2004 15:52:12 +0200

Peter Jausovec wrote:

> On Tue, 01 Jun 2004 15:16:14 +0200, Roman S. wrote:
>
>
>>Hello.
>>
>>I need to draw a single point on form.
>>How can i do this?
>>
>>Thanks.
>
>
> Hi,
>
> Try drawing ellipse:
> Graphics g = this.CreateGraphics();
> g.DrawEllipse (pen, x,y, width, height)
>
> If you set width and height = 2 it looks like point :)
>
> Regards,
> Peter

Hello.

Do you know any different ways to draw point.
I need the fastest method to draw millions of them.

Regards,
Roman S.



Relevant Pages

  • Re: GDI+
    ... > I need to draw a single point on form. ... Try drawing ellipse: ... Graphics g = this.CreateGraphics; ... Regards, ...
    (microsoft.public.dotnet.framework)
  • Re: GDI+
    ... Peter Jausovec wrote: ... > Here se another way to draw a pixel: ... or even better, draw the millions of pixels on the Bitmap, and then draw the ...
    (microsoft.public.dotnet.framework)
  • Re: Customizable drawing program?
    ... >> Regards, ... > And for the lines that I will actually draw I want to be able to draw ... > and I want all the basic design type functions (save design, ... > saved design, blah blah blah). ...
    (comp.lang.tcl)
  • Re: Inverted Transparency!
    ... Best Regards, ... Özden Irmak ... > draw a rectangle all around the text. ... > of the control to that region. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: MouseMove event, How to draw like windows paint pencil ?
    ... To draw a 'Line' not to draw a 'point':D ... > Dim x1 As Double ... > Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, ... >> Best regards, ...
    (microsoft.public.vb.winapi.graphics)