Search
PointCollection.Item Property
See Also
 





Gets or sets the point at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

index

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

 Property Value

The PointF object at the specified index.

 See Also