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