Graphics
public sealed class Graphics : MarshalByRefObject, IDisposable, IDeviceContext, IGraphics, IGraphicsContextInfo, IPointer<GpGraphics>, IHdcContext
Encapsulates a GDI+ drawing surface. This class cannot be inherited.
namespace System.Drawing.Drawing2D
{
public enum PixelOffsetMode
{
Invalid = -1,
Default,
HighSpeed,
HighQuality,
None,
Half
}
}