PathGradientBrush Constructor (GraphicsPath^)

 

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

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

public:
PathGradientBrush(
	GraphicsPath^ path
)

Parameters

path
Type: System.Drawing.Drawing2D::GraphicsPath^

The GraphicsPath that defines the area filled by this PathGradientBrush.

.NET Framework
Available since 1.1
Return to top
Show: