WebPlanner Programmer's Guide

PenCollection Constructor (String)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public PenCollection (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

 Parameters

representation
The string that represents serialized contents of a PenCollection.

 See Also