PathGradientBrush Constructor (array<Point>^)

 

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

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

public:
PathGradientBrush(
	array<Point>^ points
)

Parameters

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

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

.NET Framework
Available since 1.1
Return to top
Show: