Ejemplo n.º 1
0
 /// <inheritdoc />
 public override void SetBackground(JdenticonColor color, Rectangle iconBounds)
 {
     context.DrawRectangle(
         brush: new SolidColorBrush(color.ToWpf()),
         pen: null,
         rectangle: iconBounds.ToWpf());
 }