Table of Contents

Interface IPathGenerator

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Interface IPathGenerator

public interface IPathGenerator

Methods

Path(IEnumerable<Point>)

Pathes the specified data.

string Path(IEnumerable<Point> data)

Parameters

data IEnumerable<Point>

The data.

Returns

string

System.String.