Search
PenCollection.RemoveAt Method
See Also
 





Removes the Pen at the specified index.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public new void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Shadows Sub RemoveAt( _
    index As Integer _
)

 Parameters

index
The index at which the Pen object should be removed.

 See Also

PenCollection Members
PenCollection Class
MindFusion.Drawing Namespace