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

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

공개 메소드들

메소드 설명
Draw ( SKCanvas canvas, LabelStyle style, IFeature feature, float x, float y ) : void
DrawAsBitmap ( SKCanvas canvas, LabelStyle style, IFeature feature, float x, float y ) : void

비공개 메소드들

메소드 설명
CalcAlignFactor ( LabelStyle verticalAlignment ) : object
CreateLabelAsBitmap ( LabelStyle style, string text ) : SKBitmap
CreateLabelAsBitmap ( LabelStyle style, string text, SKPaint paint ) : SKBitmap
CreatePaint ( LabelStyle style ) : SKPaint
DrawBackground ( LabelStyle style, SKRect rect, SKCanvas target ) : void
DrawLabel ( SKCanvas target, float x, float y, LabelStyle style, string text ) : void

메소드 상세

Draw() 공개 정적인 메소드

public static Draw ( SKCanvas canvas, LabelStyle style, IFeature feature, float x, float y ) : void
canvas SkiaSharp.SKCanvas
style Mapsui.Styles.LabelStyle
feature IFeature
x float
y float
리턴 void

DrawAsBitmap() 공개 정적인 메소드

public static DrawAsBitmap ( SKCanvas canvas, LabelStyle style, IFeature feature, float x, float y ) : void
canvas SkiaSharp.SKCanvas
style Mapsui.Styles.LabelStyle
feature IFeature
x float
y float
리턴 void