Charting for WinForms Programmer's Guide
PenCollection.Add Method
See Also
 






Adds the specified Pen to the collection.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public int Add (
    Pen value
)

Visual Basic  Copy Code

Public Function Add ( _
    value As Pen _
) As Integer

 Parameters

value
The Pen object to add to the end of the collection.

 Return Value

The zero-based index within the collection of the newly added pen.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace