Item Property (GraphicsFigurePoints)
Gets or sets the point at the specified index.
'Declaration
Public Default Property Item( _
ByVal As System.Int32 _
) As System.Drawing.PointF
public System.Drawing.PointF this[
System.Int32
]{ get; set; }
public: __property System.Drawing.PointF get_Item(
System.Int32
);
public: __property void set_Item(
System.Int32 ,
System.Drawing.PointF
);
public:
property System.Drawing.PointF default [System.Int32] {
System.Drawing.PointF get(System.Int32 );
void set(System.Int32 , System.Drawing.PointF );
}
Parameters
- index
- The zero-based index of the point to get or set.
Return Value
The point at the specified index.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5