C# Class Mapstache.GraphicsPathBuilder

显示文件 Open project: awcoats/mapstache Class Usage Examples

Public Methods

Method Description
Build ( SqlGeography geography ) : GraphicsPath
GraphicsPathBuilder ( RectangleF bounds, Size size ) : System

Private Methods

Method Description
AddMultiPolygon ( SqlGeography multiPolygon, GraphicsPath graphicsPath ) : void
AddPolygon ( SqlGeography geography, GraphicsPath graphicsPath ) : void
GetCoordinates ( SqlGeography lineString, int r ) : List
GetPixel ( PointF ll ) : PointF

Method Details

Build() public method

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

GraphicsPathBuilder() public method

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