DrawPolygon Method (IRenderEngine)
In This Topic
Draw polygon with currect stroke and fill.
Syntax
'Declaration
Sub DrawPolygon( _
ByVal () As System.Double, _
ByVal () As System.Double _
)
void DrawPolygon(
System.double[] ,
System.double[]
)
Parameters
- xs
- Array of x-coordinates.
- ys
- Array of y-coordinates.
See Also