FontConverter
Converts Font objects from one data type to another.
namespace System.Drawing.Drawing2D
{
public sealed class GraphicsState : MarshalByRefObject
{
internal int _nativeState = nativeState;
internal GraphicsState(int nativeState)
{
}
}
}