示例#1
0
 // SolidColorBrush --> int(BGR)
 public static int ToIntBGR(this SolidColorBrush brush)
 {
     return(brush.ToHex().ToIntBGR());
 }