PathGradientBrush Constructor (array<PointF>^)

 

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<PointF>^ points
)

Parameters

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

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

.NET Framework
Available since 1.1
Return to top
Show: