Search
PenCollection.Insert Method
See Also
 





Inserts the specified Pen at the specified position within the collection.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public void Insert (
    int index,
    Pen value
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    value As Pen _
)

 Parameters

index
The zero-based index at which to insert the pen.
value
The Pen object to add to the collection.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace