Exemplo n.º 1
0
 public void DrawRoundedRectangle(RoundedRectFloat roundedRect, IBrush brush, float strokeWidth, IStrokeStyle strokeStyle)
 {
     base.innerRefT.DrawRoundedRectangle(roundedRect, brush, strokeWidth, strokeStyle);
 }
Exemplo n.º 2
0
 public void FillRoundedRectangle(RoundedRectFloat roundedRect, IBrush brush)
 {
     base.innerRefT.FillRoundedRectangle(roundedRect, brush);
 }
Exemplo n.º 3
0
 public IRoundedRectangleGeometry CreateRoundedRectangleGeometry(RoundedRectFloat roundedRectangle) =>
 base.innerRefT.CreateRoundedRectangleGeometry(roundedRectangle);