IGraphics Interface

Definition

This declarative interface provides the basis for drawing functions using image specific APIs. This interface is empty. The implementation is provided via extension methods.

public interface IGraphics : IDisposable
type IGraphics = interface
    interface IDisposable
Public Interface IGraphics
Implements IDisposable
Implements

Applies to