MindFusion.Wpf Pack Programmer's Guide
PointCollection.Item Property
See Also
 





Gets or sets the point at the specified position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Point Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As Point

 Parameters

index

The zero-based index of the point to set or retrieve.

 Property Value

The Point object at the specified index.

 See Also

PointCollection Members
PointCollection Class
MindFusion.Diagramming.Wpf Namespace