Gets the point at the specified index.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public PointF Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the point to retrieve.
A PointF object that represents the point at the specified position.
See Also