Click or drag to resize

PolylineGetDataPoints Method

Gets the data points in the canvas coordinates.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
[AttachedPropertyBrowsableForTypeAttribute(typeof(Polyline))]
public static ICollection<Point>? GetDataPoints(
	DependencyObject element
)

Parameters

element
Type: System.WindowsDependencyObject
The element.

Return Value

Type: ICollectionPoint
The data points
See Also