NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Bitmap Class

Encapsultates a GDI+ bitmap.

Object
   MarshalByRefObject
      Image
         Bitmap

[Visual Basic]
NotInheritable Public Class Bitmap
   Inherits Image
[C#]
public sealed class Bitmap : Image
[C++]
public __gc __sealed class Bitmap : public Image
[JScript]
public class Bitmap extends Image

Remarks

A bitmap consists of the pixel data for a graphics image and it's attributes.

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

Bitmap Members | System.Drawing Namespace