Beispiel #1
0
 public void FillGeometry(Graphics.Drawing.Geometry geometry, Brush brush)
 {
     deviceContext.FillGeometry(geometry, brush);
 }
Beispiel #2
0
 public void DrawGeometry(Graphics.Drawing.Geometry geometry, Brush brush, float strokeThickness = 1.0f)
 {
     deviceContext.DrawGeometry(geometry, brush, strokeThickness);
 }