GraphicsContext sealed class GraphicsContext : IDisposable Documentation Code public Region Clip { get; } public bool IsCumulative { get; set; } public GraphicsContext Next { get; set; } public GraphicsContext Previous { get; set; } public int State { get; set; } public Vector2 TransformOffset { get; } public GraphicsContext(Graphics g) public void Dispose()