WebPlanner Programmer's Guide

BrushCollection Constructor (String)

See Also
 


Initializes a new instance of the BrushCollection class using the specified string representation.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public BrushCollection (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation
The string that represents serialized contents of a BrushCollection.

 See Also