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!

Image Class

[To be supplied.]

Object
   MarshalByRefObject
      Image

[Visual Basic]
MustInherit Public Class Image
   Inherits MarshalByRefObject
   Implements IPersistable, ISerializable, ICloneable
[C#]
public abstract class Image : MarshalByRefObject, IPersistable,
   ISerializable, ICloneable
[C++]
public __gc __abstract class Image : public MarshalByRefObject,
   IPersistable, ISerializable, ICloneable
[JScript]
public abstract class Image extends MarshalByRefObject,
   IPersistable, ISerializable, ICloneable

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

Image Members | System.Drawing Namespace