System.Drawing.IDeviceContext

Defines methods for obtaining and releasing an existing handle to a Windows device context.

See Also: IDeviceContext Members

Syntax

public interface IDeviceContext : IDisposable

Remarks

A device context defines the graphics object for drawing on a Windows-based device. An example of a class that implements the System.Drawing.IDeviceContext interface is the System.Drawing.Graphics class.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0