Click or drag to resize

PointArray Class

Represents an array of PointF objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    FreeBaseObject
      Easymap.AddIn.Common.GraphicsPointArray

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class PointArray : FreeBaseObject, IEnumerable<PointF>, 
	IEnumerable

The PointArray type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of PointF elements actually contained in the list.
Public propertyItem
Gets the PointF at the specified index.
Top
Methods
  NameDescription
Public methodAddNew
Adds an new PointF object to the list.
Public methodGetEnumerator
Returns an enumerator that iterates through the list.
Public methodRemoveAt
Removes an PointF element at the specified index of the list.
Top
Operators
See Also