FillPolygon(Quadrilateral,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
In This Topic
Fills a polygon specified by an array of points, using a specified brush and fill mode.
Syntax
'Declaration
Public Overloads Sub FillPolygon( _
ByVal As Quadrilateral, _
ByVal As Brush, _
Optional ByVal As System.Nullable(Of RectangleF), _
Optional ByVal As System.Nullable(Of Matrix3x2) _
)
public void FillPolygon(
Quadrilateral ,
Brush ,
System.Nullable<RectangleF> ,
System.Nullable<Matrix3x2>
)
Parameters
- quadrilateral
- A quadrilateral specifying the polygon.
- brush
- The fill brush.
- brushBounds
- The optional bounds for a gradient brush.
- brushTransform
- The transformation applied to the brush.
See Also