Edit

GraphicsState Class

Definition

Represents the state of a Graphics object. This object is returned by a call to the Save() methods. This class cannot be inherited.

public ref class GraphicsState sealed : MarshalByRefObject
public sealed class GraphicsState : MarshalByRefObject
type GraphicsState = class
    inherit MarshalByRefObject
Public NotInheritable Class GraphicsState
Inherits MarshalByRefObject
Inheritance
GraphicsState

Remarks

Note

In .NET 6 and later versions, the System.Drawing.Common package, which includes this type, is only supported on Windows operating systems. Use of this type in cross-platform apps causes compile-time warnings and run-time exceptions. For more information, see System.Drawing.Common only supported on Windows.

Applies to