Re: GDI+
From: Roman S. (rsomov_at_hotmail.com)
Date: 06/01/04
- Next message: AlexS: "Re: Sending or Posting message to other control"
- Previous message: Bob Rock: "Re: Defining methods for a class that are accessible when declaring arrays of that class???"
- In reply to: Peter Jausovec: "Re: GDI+"
- Next in thread: Peter Jausovec: "Re: GDI+"
- Reply: Peter Jausovec: "Re: GDI+"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: AlexS: "Re: Sending or Posting message to other control"
- Previous message: Bob Rock: "Re: Defining methods for a class that are accessible when declaring arrays of that class???"
- In reply to: Peter Jausovec: "Re: GDI+"
- Next in thread: Peter Jausovec: "Re: GDI+"
- Reply: Peter Jausovec: "Re: GDI+"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|