C# Class MapAround.Mapping.DefaultRasterRenderer

Implements the MapAround.Mapping.IRasterRenderer interface.
Inheritance: IRasterRenderer
Datei anzeigen Open project: gkrsu/maparound.core

Public Methods

Method Description
RenderRaster ( Graphics g, Bitmap bitmap, RasterStyle style, BoundingRectangle viewBox, BoundingRectangle bitmapBounds, double scaleFactor ) : void

Method Details

RenderRaster() public method

public RenderRaster ( Graphics g, Bitmap bitmap, RasterStyle style, BoundingRectangle viewBox, BoundingRectangle bitmapBounds, double scaleFactor ) : void
g System.Drawing.Graphics
bitmap System.Drawing.Bitmap
style RasterStyle
viewBox BoundingRectangle
bitmapBounds BoundingRectangle
scaleFactor double
return void