blah blah blah is here! blah blah » Close

1
votes
1 answers

Creating a rectangle on a graphics window

I have no idea how to do any of this? I've written a lot of math programs in C# but I have no idea how to make a graphics window. Can someone just show me minimalist code to place a rectangle on the middle of the screen? Thank's so much!

0
votes
1 answers

C# Abusive memory usage

I'm using System.Drawing.Graphics for some image manipulation. My method look like this : (but note that i have the same problem with different methods. [code]Image resizeImage(Image imgToResize, int destWidth, int destHeight, Interpol ...

0
votes
0 answers

Graphics Query

I write as a total novice engaged in the standard tutorials. I have a long range interest in the graphics/scenery aspect of games and have the XNA module downloaded. I would ask if there is any tutorial, video, etc. on how one establishes ...

0
votes
1 answers

Problem in resizing controls (.Net 2008).

Hi, we all know how to dock or anchor controls so that they resize themselves accordingly when a form is resized. It works fine till we have rows of controls on left and right size of the form. But what if have three columns (Columns as in ...

1
votes
1 answers

3d Graphics simpel. Bug in the code.

Hey guys! Long time since i was last active with both coding and this (or c#friends) forum, but now I got the chance to write a little something for a school project. The code is long I know, and i'm sorry, but I can pinpoint the subj ...

Feedback