C# 클래스 Mapsui.Rendering.OpenTK.RasterRenderer

파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( IViewport viewport, IStyle style, IFeature feature, TextureInfo>.IDictionary textureCache, long currentIteration ) : void

비공개 메소드들

메소드 설명
RoundToPixel ( BoundingBox boundingBox ) : BoundingBox
ToVertexArray ( BoundingBox boundingBox ) : float[]
WorldToScreen ( IViewport viewport, BoundingBox boundingBox ) : BoundingBox

메소드 상세

Draw() 공개 정적인 메소드

public static Draw ( IViewport viewport, IStyle style, IFeature feature, TextureInfo>.IDictionary textureCache, long currentIteration ) : void
viewport IViewport
style IStyle
feature IFeature
textureCache TextureInfo>.IDictionary
currentIteration long
리턴 void