DrawPolygon Method (GraphicsRendering)
Draw polygon with current stroke and fill.
public void DrawPolygon(
System.double[] ,
System.double[]
)
'Declaration
Public Sub DrawPolygon( _
ByVal () As System.Double, _
ByVal () As System.Double _
)
Parameters
- xs
- Array of x-coordinates.
- ys
- Array of y-coordinates.