GraphicsContainer
Represents the internal data of a graphics container. This class is used when saving the state of a Graphics object using the BeginContainer and EndContainer methods. This class cannot be inherited.
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsContainer : MarshalByRefObject
{
internal GraphicsContainer()
{
throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported);
}
}
}