PathMulticolorGradientBrush

PathMulticolorGradientBrush constructor (1 of 5)

Initializes a new instance of the PathMulticolorGradientBrush class with the specified points.

public PathMulticolorGradientBrush(PointF[] pathPoints)
ParameterTypeDescription
pathPointsPointF[]An array of PointF structures that represents the points that make up the vertices of the path.

See Also


PathMulticolorGradientBrush constructor (2 of 5)

Initializes a new instance of the PathMulticolorGradientBrush class with the specified points and wrap mode.

public PathMulticolorGradientBrush(PointF[] pathPoints, WrapMode wrapMode)
ParameterTypeDescription
pathPointsPointF[]An array of PointF structures that represents the points that make up the vertices of the path.
wrapModeWrapModeA WrapMode that specifies how fills drawn with this PathMulticolorGradientBrush are tiled.

See Also


PathMulticolorGradientBrush constructor (3 of 5)

Initializes a new instance of the PathMulticolorGradientBrush class with the specified points.

public PathMulticolorGradientBrush(Point[] pathPoints)
ParameterTypeDescription
pathPointsPoint[]An array of Point structures that represents the points that make up the vertices of the path.

See Also


PathMulticolorGradientBrush constructor (4 of 5)

Initializes a new instance of the PathMulticolorGradientBrush class with the specified points and wrap mode.

public PathMulticolorGradientBrush(Point[] pathPoints, WrapMode wrapMode)
ParameterTypeDescription
pathPointsPoint[]An array of Point structures that represents the points that make up the vertices of the path.
wrapModeWrapModeA WrapMode that specifies how fills drawn with this PathMulticolorGradientBrush are tiled.

See Also


PathMulticolorGradientBrush constructor (5 of 5)

Initializes a new instance of the PathMulticolorGradientBrush class with the specified path.

public PathMulticolorGradientBrush(GraphicsPath path)
ParameterTypeDescription
pathGraphicsPathThe GraphicsPath that defines the area filled by this PathMulticolorGradientBrush.

See Also