[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalFillPolygon

InternalFillPolygon Method

InternalFillPolygon(PointF[], Brush, FillMode, RectangleF?, Matrix3x2?)

For internal use.

Declaration
protected abstract void InternalFillPolygon(PointF[] points, Brush brush, FillMode fillMode, RectangleF? brushBounds, Matrix3x2? brushTransform)
Protected MustOverride Sub InternalFillPolygon(points As PointF(), brush As Brush, fillMode As FillMode, brushBounds As RectangleF?, brushTransform As Matrix3x2?)
Parameters
Type Name Description
PointF[] points
Brush brush
FillMode fillMode
RectangleF? brushBounds
Matrix3x2? brushTransform

InternalFillPolygon(PointF[], Color, FillMode)

For internal use.

Declaration
protected abstract void InternalFillPolygon(PointF[] points, Color color, FillMode fillMode)
Protected MustOverride Sub InternalFillPolygon(points As PointF(), color As Color, fillMode As FillMode)
Parameters
Type Name Description
PointF[] points
Color color
FillMode fillMode