コード例 #1
0
        public static System.Drawing.SolidBrush AsGdiBrush(this System.Windows.Media.Color color)
        {
            var gdiBrush = new System.Drawing.SolidBrush(color.AsGdiColor());

            return(gdiBrush);
        }