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: 12.3.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
 NameDescription
Public operatorStatic member(PointArray to PointF) Converts a PointArray structure to an PointF array.
Public operatorStatic member(PointArray to PointF) Converts a PointArray structure to an PointF array.
Public operatorStatic member(PointF to PointArray) Converts an PointF array to a PointArray structure.
Public operatorStatic member(PointF to PointArray) Converts an PointF array to a PointArray structure.
Top
See Also