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