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






Gets or sets the point at the specified index.

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

 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

 Property Value

 See Also

PointList Members
PointList Class
MindFusion.Geometry.Geometry2D Namespace