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