C# Class Mapsui.Rendering.Skia.RasterRenderer

Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Draw ( SKCanvas canvas, IViewport viewport, IStyle style, IFeature feature, SKBitmapInfo>.IDictionary skBitmapCache, long currentIteration ) : void

Private Methods

Method Description
RoundToPixel ( BoundingBox boundingBox ) : BoundingBox
WorldToScreen ( IViewport viewport, BoundingBox boundingBox ) : BoundingBox

Method Details

Draw() public static method

public static Draw ( SKCanvas canvas, IViewport viewport, IStyle style, IFeature feature, SKBitmapInfo>.IDictionary skBitmapCache, long currentIteration ) : void
canvas SkiaSharp.SKCanvas
viewport IViewport
style IStyle
feature IFeature
skBitmapCache SKBitmapInfo>.IDictionary
currentIteration long
return void