Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MapAround
Mapping
DefaultRasterRenderer
C# 클래스 MapAround.Mapping.DefaultRasterRenderer
Implements the MapAround.Mapping.IRasterRenderer interface.
상속:
IRasterRenderer
파일 보기
프로젝트 열기: gkrsu/maparound.core
공개 메소드들
메소드
설명
RenderRaster
(
Graphics
g
,
Bitmap
bitmap
,
RasterStyle
style
,
BoundingRectangle
viewBox
,
BoundingRectangle
bitmapBounds
,
double
scaleFactor
) :
void
메소드 상세
RenderRaster()
공개
메소드
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
리턴
void