System.Drawing.GraphicsUnit Enumeration
Information   Base Types   Related Resources

Specifies the unit of measure for the given data.

  • Namespace: System.Drawing
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Drawing.dll

  • System.Enum
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (2)Discussions (347)MembersRotorChanges
    Articles

    Page: 1
    Poker Tools
    The Code Project
    A utility program to help poker players
    Unsafe Image Processing
    MSDN
    Last summer, I was writing a program to process some pictures from my digital camera and I needed to do some image processing in C#. My first task was to figure out how to do that using the .NET Framework. I did a bit of exploration, and found the Image and Bitmap classes in the System.Drawing namespace. These classes are thin covers over the GDI+ classes that encapsulate the image functions. One task I wanted to do was to walk through an image and convert it from color to grayscale. To do this, I needed to modify each pixel in the bitmap. I started by writing a BitmapGrey class that encapsulates the bitmap, and then a function in that class to do the image conversion.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com