PC Review


Reply
Thread Tools Rate Thread

App that manipulates graphics

 
 
Yuriy Zubarev
Guest
Posts: n/a
 
      18th Aug 2003
Hello everyone,

I'm starting with new endeavour of writing Windows-based application
in C# that will manipulate graphic elements in a certain manner (I
will describe it briefly bellow). Being a seasoned developer in
general, I don't have any experience with what I'm about to start
implementing. What I'm looking for is name of technologies (even list
o acronyms will be a great start), references to books or articles and
may be some guidelines from knowledgeable people on where to start.

The application will do the following: taking a file with coordinates
of many dots it will render a map of a surface. Once map is rendered,
a user will be able to select different shapes (lines, triangles,
circles and likes) and draw them upon the map. All those shapes on the
map are not just images, their properties can be changed at any time,
they can be resized, shifted and deleted. The underlying map is not
just an image either, it will have attributes that will govern the
look of the map dynamically.

That's what I am trying to write. If you have any advice on what to
read and where to start in respect to .NET (C#), it would be greatly
appreciated.

Thank you for your time,
Yuriy Zubarev


 
Reply With Quote
 
 
 
 
Dmitriy Lapshin [C# / .NET MVP]
Guest
Posts: n/a
 
      18th Aug 2003
Hi Yuriy,

GDI+ is what you need for drawing. Look inside namespaces such as
System.Drawing, System.Drawing.Drawing2D - especially for the Graphics
class.

Methods of the Graphics class are pretty straightforward and if you are
familiar with the old good GDI, you shouldn't experience any troubles, and
even if you are not, I think MSDN documentation and examples will be enough
to make a good start.

As for the UI, I guess you have already find out that you will need Windows
Forms as you are asking your question in the right newsgroup :-)

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Unit Testing and Integration Environment
http://x-unity.miik.com.ua
Deliver reliable .NET software

"Yuriy Zubarev" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello everyone,
>
> I'm starting with new endeavour of writing Windows-based application
> in C# that will manipulate graphic elements in a certain manner (I
> will describe it briefly bellow). Being a seasoned developer in
> general, I don't have any experience with what I'm about to start
> implementing. What I'm looking for is name of technologies (even list
> o acronyms will be a great start), references to books or articles and
> may be some guidelines from knowledgeable people on where to start.
>
> The application will do the following: taking a file with coordinates
> of many dots it will render a map of a surface. Once map is rendered,
> a user will be able to select different shapes (lines, triangles,
> circles and likes) and draw them upon the map. All those shapes on the
> map are not just images, their properties can be changed at any time,
> they can be resized, shifted and deleted. The underlying map is not
> just an image either, it will have attributes that will govern the
> look of the map dynamically.
>
> That's what I am trying to write. If you have any advice on what to
> read and where to start in respect to .NET (C#), it would be greatly
> appreciated.
>
> Thank you for your time,
> Yuriy Zubarev
>
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function () that manipulates other cells Nate_Dogg_Bry Microsoft Excel Programming 4 28th Sep 2005 12:09 AM
DFS client can't see or manipulates contents of DFS folder =?Utf-8?B?bWFpdGFrZWJveQ==?= Microsoft Windows 2000 File System 0 22nd Oct 2004 07:49 PM
What Word object manipulates the ..... Terence Lowe Microsoft Access VBA Modules 1 12th Aug 2004 07:20 AM
running macro from 1 wks that manipulates another qerj Microsoft Excel Discussion 5 16th Feb 2004 02:23 AM
App that manipulates graphics Yuriy Zubarev Microsoft C# .NET 3 18th Aug 2003 02:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:02 PM.