Search
PathGradientBrush Constructor
See Also
 





Initializes a new instance of the PathGradientBrush class.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public PathGradientBrush (
    IGraphicsPath path
)

Visual Basic  Copy Code

Public New ( _
    path As IGraphicsPath _
)

 Parameters

path

The IGraphicsPath that defines the area filled by this brush.

 See Also