public static d.Brush ToGdiPlus(this DrawingBrush brush, Rect bounds) { Utility.Warning("Ignoring {0} at {1}", brush.GetType(), bounds); return(new d.SolidBrush(d.Color.FromArgb(0, 255, 255, 255))); }