Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MapAround
Mapping
DefaultRasterRenderer
C# Class MapAround.Mapping.DefaultRasterRenderer
Implements the MapAround.Mapping.IRasterRenderer interface.
Inheritance:
IRasterRenderer
Exibir arquivo
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