Interface ISkiaStyleRenderer
Namespace: Mapsui.Rendering.Skia.SkiaStyles
Assembly: Mapsui.Rendering.Skia.dll
Syntax
public interface ISkiaStyleRenderer : IStyleRenderer
Methods
| Improve this Doc View SourceDraw(SKCanvas, IReadOnlyViewport, ILayer, IFeature, IStyle, ISymbolCache)
Drawing function for special styles
Declaration
bool Draw(SKCanvas canvas, IReadOnlyViewport viewport, ILayer layer, IFeature feature, IStyle style, ISymbolCache symbolCache)
Parameters
Type | Name | Description |
---|---|---|
SkiaSharp.SKCanvas | canvas | SKCanvas for drawing |
IReadOnlyViewport | viewport | Active viewport for this drawing operation |
ILayer | layer | Layer that contains feature |
IFeature | feature | Feature to draw |
IStyle | style | Style to draw |
ISymbolCache | symbolCache | SymbolCache for ready rendered bitmaps |
Returns
Type | Description |
---|---|
System.Boolean |