Draw image

  • Thread starter Thread starter Aris
  • Start date Start date
Hi Aris,

Have a read of this article:
http://smartdevices.microsoftdev.com/Learn/Articles/509.aspx

It explains using the OnPaint event to draw to the screen usign the
Graphics object.
A method like DrawImage, DrawLine or DrawRectangle should be useful for you.

Goodluck, Carlton.


This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Aris" <[email protected]>
| Sender: "Aris" <[email protected]>
| Subject: Draw image
| Date: Wed, 27 Aug 2003 00:33:02 -0700
| Lines: 4
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcNsbXKyFKiGKjR9Qt2TXCF7Id8ffw==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:32117
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Which method to use for drawing an image from a set of
| Points?
|
| thanks
|
 
Back
Top