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