System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush constructor

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)
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

See Also

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

RTTI information.

System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const ArrayPtr<PointF> &points, WrapMode wrapMode=WrapMode::Clamp)
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

Remarks

Constructs a new instance of PathGradientBrush class.

See Also

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

Constructs a new instance of PathGradientBrush class.

System::Drawing::Drawing2D::PathGradientBrush::PathGradientBrush(const SharedPtr<GraphicsPath> &path)
ParameterTypeDescription
pathconst SharedPtr<GraphicsPath>&A GraphicsPath object that specifies a path filled by the object being created

See Also