[]
For internal use.
protected override void InternalFillPolygon(PointF[] points, Brush brush, FillMode fillMode, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected Overrides Sub InternalFillPolygon(points As PointF(), brush As Brush, fillMode As FillMode, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
Type | Name | Description |
---|---|---|
PointF[] | points | |
Brush | brush | |
FillMode | fillMode | |
RectangleF? | brushBounds | |
Matrix3x2? | brushTransform |
For internal use.
protected override void InternalFillPolygon(PointF[] points, Color color, FillMode fillMode)
Protected Overrides Sub InternalFillPolygon(points As PointF(), color As Color, fillMode As FillMode)