PathGradientBrush Constructor (array<Point>^, WrapMode)

 

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

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
PathGradientBrush(
	array<Point>^ points,
	WrapMode wrapMode
)

Parameters

points
Type: array<System.Drawing::Point>^

An array of Point structures that represents the points that make up the vertices of the path.

wrapMode
Type: System.Drawing.Drawing2D::WrapMode

A WrapMode that specifies how fills drawn with this PathGradientBrush are tiled.

.NET Framework
Available since 1.1
Return to top
Show: