GraphicsState
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsState : MarshalByRefObject
{
internal GraphicsState()
{
throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported);
}
}
}