How to use GDI+ in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm newer to GDI+ and now want to indentify the image format painted on form.
I searched msdn and find the GetRowFormat method in Image class, but I can't
find this method in my .NET environment.
How should I do? Thanks for anyone tell me.
 
Hi Jeremy,

You are looking for Image.RawFormat.
What kind of format are you looking for? The dimensions can be found in Image.Size.
 
Hi Jeremy,

I took a quick look at MSDN and couldn't find any GetRawFormat, where did you find it?
 
Back
Top