Search
PointCollection.Last Property
See Also
 






Gets or sets the last point in the colleciton.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point Last { get; set; }

Visual Basic  Copy Code

Public Property Last As Point

 Property Value

The Point object.

 See Also