System.Drawing.Image Class

An abstract base class that provides functionality for the System.Drawing.Bitmap and System.Drawing.Imaging.Metafile descended classes.

See Also: Image Members

Syntax

[System.ComponentModel.ImmutableObject(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ImageConverter))]
[System.ComponentModel.Editor("System.Drawing.Design.ImageEditor, System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class Image : MarshalByRefObject, ICloneable, IDisposable, System.Runtime.Serialization.ISerializable

Remarks

To draw an System.Drawing.Image on a Windows Form, you should use one of the Graphics.DrawImage(Image, Point) methods.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0