Drawable.DrawPolygon Method
Draws a polygon with the specified brush and pen.
DrawPolygon(PolygonGeometry geometry, Pen pen, Brush brush)
Draws a polygon with the specified brush and pen.Syntax
public void DrawPolygon (
PolygonGeometry geometry,
Pen pen,
Brush brush
)
Parameters
The polygon to draw.
The pen to use for drawing the outline and holes. Use Pen.Transparent if no outline should be drawn.
The brush to fill the polygon with. Use Brush.Transparent if the polygon should not be filled..
Remarks
The Transform of the drawable will be used to convert the geometry coordinates to screen coordinates.
The pattern property of the brush is currently not supported.
Platforms
Windows, Linux, Android