PathGradientBrush()

PathGradientBrush::PathGradientBrush(const ArrayPtr<PointF>&, WrapMode) constructor

Constructs a new instance of PathGradientBrush class.

System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const ArrayPtr<PointF> &points, WrapMode wrapMode=WrapMode::Clamp)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<PointF>&An array that contains vertices of the path
wrapModeWrapModeSpecifies how the fills drawn by a brush represented by the object being created should be tiled

PathGradientBrush::PathGradientBrush(const ArrayPtr<Point>&, WrapMode) constructor

Constructs a new instance of PathGradientBrush class.

System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const ArrayPtr<Point> &points, WrapMode wrapMode=WrapMode::Clamp)

Arguments

ParameterTypeDescription
pointsconst ArrayPtr<Point>&An array that contains vertices of the path
wrapModeWrapModeSpecifies how the fills drawn by a brush represented by the object being created should be tiled

PathGradientBrush::PathGradientBrush(const SharedPtr<GraphicsPath>&) constructor

Constructs a new instance of PathGradientBrush class.

System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const SharedPtr<GraphicsPath> &path)

Arguments

ParameterTypeDescription
pathconst SharedPtr<GraphicsPath>&A GraphicsPath object that specifies a path filled by the object being created

See Also