Exemplo n.º 1
0
 internal static void Reconfigure(IGraphicsFactory gf)
 {
     Black       = gf.CreateSolidBrush(Color.Black);
     Transparent = gf.CreateSolidBrush(Color.Transparent);
 }