Click here to Skip to main content
15,884,986 members
Home / Discussions / C#
   

C#

 
AnswerRe: TcpListener Hangs at 4096 bytes? Pin
Heath Stewart24-Jan-03 10:14
protectorHeath Stewart24-Jan-03 10:14 
AnswerRe: TcpListener Hangs at 4096 bytes? Pin
Stephane Rodriguez.24-Jan-03 10:18
Stephane Rodriguez.24-Jan-03 10:18 
QuestionHow do I draw on a bitmap? Pin
MikeBeard24-Jan-03 8:48
MikeBeard24-Jan-03 8:48 
AnswerRe: How do I draw on a bitmap? Pin
Heath Stewart24-Jan-03 8:55
protectorHeath Stewart24-Jan-03 8:55 
GeneralRe: How do I draw on a bitmap? Pin
MikeBeard24-Jan-03 9:01
MikeBeard24-Jan-03 9:01 
GeneralRe: How do I draw on a bitmap? Pin
Heath Stewart24-Jan-03 10:11
protectorHeath Stewart24-Jan-03 10:11 
GeneralRe: How do I draw on a bitmap? Pin
MikeBeard24-Jan-03 10:46
MikeBeard24-Jan-03 10:46 
GeneralRe: How do I draw on a bitmap? Pin
Heath Stewart24-Jan-03 11:37
protectorHeath Stewart24-Jan-03 11:37 
Yeah, the Microsoft .NET documentation. This documentation is what I've used and don't know much about graphics either, but these is *very* basic drawing routines - not much documentation is needed.

The Bitmap</code class does not equate to a .bmp file. It adds a few methods and properties to the <code>Image class for bitmap images. All image formats (i.e., JPEG, GID, PNG, BMP, RGB, etc.) that I'm aware of are technically bitmaps - a map of bits essentially. Most formats basically have an (A)RGB value for each bit (the whole of which makes up the bitmap). Index images basically have a palette of colors that are indexed and the image contains a mapping of pixels <-> palette index. That's a very basic description of both of those things, but that covers the gist of it.

BTW, there are different kinds of .bmp files (remember, this is not exclusive to the Bitmap class). The difference is the way the bitmaps are encoded in the file. There's Windows and OS/2 encodings that I know of. This is a similar concept to video files, just like an AVI can have different encodings (MPEG4, DivX, etc.).

"Well, I wouldn't say I've been missing it, Bob." - Peter Gibbons
GeneralRe: How do I draw on a bitmap? Pin
MikeBeard25-Jan-03 11:07
MikeBeard25-Jan-03 11:07 
GeneralRe: How do I draw on a bitmap? Pin
Heath Stewart25-Jan-03 11:12
protectorHeath Stewart25-Jan-03 11:12 
GeneralRe: How do I draw on a bitmap? Pin
MikeBeard27-Jan-03 3:44
MikeBeard27-Jan-03 3:44 
AnswerRe: How do I draw on a bitmap? Pin
MikeBeard24-Jan-03 11:25
MikeBeard24-Jan-03 11:25 
GeneralAdding File Type actions Pin
Waleed Zedan24-Jan-03 6:07
Waleed Zedan24-Jan-03 6:07 
Generalsilly gui question/request Pin
bertb24-Jan-03 3:50
bertb24-Jan-03 3:50 
QuestionWhat happens with events if computer is slow. Pin
Zinj24-Jan-03 2:24
sussZinj24-Jan-03 2:24 
AnswerRe: What happens with events if computer is slow. Pin
leppie24-Jan-03 6:16
leppie24-Jan-03 6:16 
GeneralRe: What happens with events if computer is slow. Pin
jinz25-Jan-03 11:40
jinz25-Jan-03 11:40 
GeneralRe: What happens with events if computer is slow. Pin
leppie25-Jan-03 20:30
leppie25-Jan-03 20:30 
GeneralThe mystical power C# Pin
gekoscan24-Jan-03 2:11
gekoscan24-Jan-03 2:11 
GeneralRe: The mystical power C# Pin
Mark Sanders24-Jan-03 3:38
Mark Sanders24-Jan-03 3:38 
GeneralFlicker Free is not the Key Pin
gekoscan24-Jan-03 3:58
gekoscan24-Jan-03 3:58 
GeneralRe: The mystical power C# Pin
Q&A27-Jan-03 23:16
Q&A27-Jan-03 23:16 
Generalreading header informations from avi files Pin
hlandler24-Jan-03 0:24
hlandler24-Jan-03 0:24 
GeneralQuery design UI in C# Pin
hnguyen23-Jan-03 19:24
hnguyen23-Jan-03 19:24 
GeneralRe: Query design UI in C# Pin
leppie24-Jan-03 6:32
leppie24-Jan-03 6:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.