MindFusion.Wpf Pack Programmer's Guide
Utilities.GetPathPoints Method
See Also
 





Gets the end points of segments of a PathGeometry.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Point[] GetPathPoints (
    PathGeometry path
)

Visual Basic  Copy Code

Public Shared Function GetPathPoints( _
    path As PathGeometry _
) As Point()

 Parameters

path

A PathGeometry whose points to return.

 Return Value

An array of Point values.

 See Also

Utilities Members
Utilities Class
MindFusion Namespace