Search
HatchBrush Constructor (String)
See Also
 





Initializes a new instance of the HatchBrush class according to its string representation.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public HatchBrush (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation
A string that represents the serialized bursh.

 See Also