PathGradientBrush Constructor (array<Point>^, WrapMode)
.NET Framework (current version)
Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
Assembly: System.Drawing (in System.Drawing.dll)
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
Available since 1.1
Show: