Example #1
0
 internal void FillRectangle(Color brush, RectangleFx rectangle)
 {
     DrawingContext.DrawFilledRectangle(rectangle.ToRectangle(), brush);
 }