Search
LinearGradientBrush Constructor (String)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public LinearGradientBrush (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation
A string that represents the serialized bursh.

 See Also