Search
PathGradientBrush Constructor (String)
See Also
 





Initializes a new instance of the PathGradientBrush class given its string representation.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public PathGradientBrush (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation

A string that represents the serialized bursh.

 See Also