MindFusion.Wpf Pack Programmer's Guide
PointCollection Members
Constructors Properties Methods
 


Represents a strongly typed collection of points.

The following tables list the members exposed by the PointCollection type.

 Public Constructors

  Name Description

PointCollection

Overloaded. Initializes a new instance of the PointCollection class.

 Public Properties

  Name Description

Item

Gets or sets the point at the specified position.

 Public Methods

  Name Description

Add

Adds the specified point to the collection.

AddRange

Adds the points in the specified collection to this collection.

Clear

Removes all points from the collection.

Clone

Creates a shallow copy of this collection.

GetArray

Gets a Point array containing the points in this collection.

GetAt

Gets the point at the specified position.

Insert

Inserts the specified point in the collection at the specified position.

Remove

Removes the specified point from the collection.

Reverse

Returns a copy of this collection with reversed order of elements.

SetAt

Sets the specified point at the specified position within the collection.

 See Also

PointCollection Class
MindFusion.Diagramming.Wpf Namespace