C# 클래스 Mapsui.Rendering.Skia.PointRenderer

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

공개 메소드들

메소드 설명
Draw ( SKCanvas canvas, IViewport viewport, IStyle style, IFeature feature, IGeometry geometry, SKBitmapInfo>.IDictionary symbolBitmapCache ) : void

비공개 메소드들

메소드 설명
DrawCircle ( SKCanvas canvas, float x, float y, float radius, SKPaint fillColor, SKPaint lineColor ) : void
DrawPointWithBitmapStyle ( SKCanvas canvas, SymbolStyle symbolStyle, System.Point destination, SKBitmapInfo>.IDictionary symbolBitmapCache ) : void
DrawPointWithSymbolStyle ( SKCanvas canvas, SymbolStyle style, System.Point destination, SymbolType symbolType = SymbolType.Ellipse ) : void
DrawPointWithVectorStyle ( SKCanvas canvas, VectorStyle vectorStyle, System.Point destination, SymbolType symbolType = SymbolType.Ellipse ) : void
DrawPointWithVectorStyle ( SKCanvas canvas, VectorStyle vectorStyle, SymbolType symbolType = SymbolType.Ellipse ) : void
DrawRect ( SKCanvas canvas, SKRect rect, SKPaint fillColor, SKPaint lineColor ) : void

메소드 상세

Draw() 공개 정적인 메소드

public static Draw ( SKCanvas canvas, IViewport viewport, IStyle style, IFeature feature, IGeometry geometry, SKBitmapInfo>.IDictionary symbolBitmapCache ) : void
canvas SkiaSharp.SKCanvas
viewport IViewport
style IStyle
feature IFeature
geometry IGeometry
symbolBitmapCache SKBitmapInfo>.IDictionary
리턴 void