예제 #1
0
 /// <summary>
 /// Get solid color brush.
 /// </summary>
 /// <param name="color">the color to get the brush for</param>
 /// <returns>solid color brush instance</returns>
 public RBrush GetSolidBrush(RColor color)
 {
     return(_adapter.GetSolidBrush(color));
 }