Gets the PointF at the specified index.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PointF this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PointF
Get
Parameters
- index Int32
- The zero-based index of the PointF to get.
Return Value
PointF
See Also