PointCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the Point at the specified index.
Assembly: PresentationCore (in PresentationCore.dll)
public: property Point default[ int index ] { virtual Point get(int index) sealed; virtual void set(int index, Point value) sealed; }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the Point to get or set.
Implements
IList<T>::Item[Int32]| Exception | Condition |
|---|---|
| ArgumentException | value is null. |
| ArgumentOutOfRangeException | index is not a valid index in the PointCollection. |
| NotSupportedException |
Unlike typical implementations of IList<T>::Item, this implementation throws an ArgumentException if you attempt to insert a null (Nothing) reference.
.NET Framework
Available since 3.0
Available since 3.0
Show: