Charting for WinForms Programmer's Guide
ReadOnlyPointList.Item Property
See Also
 






Gets the point at the specified index.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public PointF Item [
    int index
] { get; }

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the point to retrieve.

 Property Value

PointF object that represents the point at the specified position.

 See Also

ReadOnlyPointList Members
ReadOnlyPointList Class
MindFusion.Geometry.Geometry2D Namespace