C# 클래스 Mapstache.GraphicsPathBuilder

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

공개 메소드들

메소드 설명
Build ( SqlGeography geography ) : GraphicsPath
GraphicsPathBuilder ( RectangleF bounds, Size size ) : System

비공개 메소드들

메소드 설명
AddMultiPolygon ( SqlGeography multiPolygon, GraphicsPath graphicsPath ) : void
AddPolygon ( SqlGeography geography, GraphicsPath graphicsPath ) : void
GetCoordinates ( SqlGeography lineString, int r ) : List
GetPixel ( PointF ll ) : PointF

메소드 상세

Build() 공개 메소드

public Build ( SqlGeography geography ) : GraphicsPath
geography SqlGeography
리턴 System.Drawing.Drawing2D.GraphicsPath

GraphicsPathBuilder() 공개 메소드

public GraphicsPathBuilder ( RectangleF bounds, Size size ) : System
bounds System.Drawing.RectangleF
size System.Drawing.Size
리턴 System