PathPrimitive.Item Property |
Returns the point at the given zero-based index.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PathPoint this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PathPoint
Get
public:
property PathPoint^ default[int index] {
PathPoint^ get (int index);
}
member Item : PathPoint with get
Parameters
- index
- Type: System.Int32
Property Value
Type:
PathPoint
Exceptions
See Also