DiagramLite Programmer's Guide
ReadOnlyPointList Constructor
See Also
 





Initializes a new instance of the ReadOnlyPointList class.

Namespace: MindFusion.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public ReadOnlyPointList (
    ICollection points
)

Visual Basic  Copy Code

Public New ( _
    points As ICollection _
)

 Parameters

points

The underlying point collection.

 See Also

ReadOnlyPointList Class
MindFusion.Geometry2D Namespace