Class PenStyleExtension
Inherited Members
Namespace: Mapsui.Rendering.Skia.Extensions
Assembly: Mapsui.Rendering.Skia.dll
Syntax
public static class PenStyleExtension
Methods
| Edit this page View SourceToSkia(PenStyle, float, float[]?, float)
Declaration
public static SKPathEffect ToSkia(this PenStyle penStyle, float width, float[]? dashArray = null, float dashOffset = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| PenStyle | penStyle | |
| float | width | |
| float[] | dashArray | |
| float | dashOffset |
Returns
| Type | Description |
|---|---|
| SKPathEffect |