Exemple #1
0
 /// <inheritdoc />
 public void DrawConvexPolygon(ReadOnlySpan <POINT2> points, ColorStyle color)
 {
     _RenderTarget.DrawConvexPolygon(points, color);
 }
Exemple #2
0
 /// <inheritdoc/>
 public void DrawConvexPolygon(ReadOnlySpan <POINT2> points, ColorStyle fillColor)
 {
     _Check(); _Target.DrawConvexPolygon(points, fillColor);
 }