Search
PointCollection.First Property
See Also
 






Gets or sets the first point in the colleciton.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point First { get; set; }

Visual Basic  Copy Code

Public Property First As Point

 Property Value

The Point object.

 See Also