Gets the PointF at the specified index.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public PointF this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PointF
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PointF to get.
Return Value
Type:
PointFSee Also