Class PolygonRenderer
Inheritance
System.Object
PolygonRenderer
Assembly: Mapsui.Rendering.Xaml.dll
Syntax
public static class PolygonRenderer : object
Methods
|
Improve this Doc
View Source
CreatePolygonPath(VectorStyle, Double, SymbolCache, Single)
Declaration
public static Windows.Shapes.Path CreatePolygonPath(VectorStyle style, double resolution, SymbolCache symbolCache, float rotate = 0F)
Parameters
Returns
Type |
Description |
System.Windows.Shapes.Path |
|
|
Improve this Doc
View Source
RenderPolygon(Polygon, IStyle, IReadOnlyViewport, SymbolCache)
Declaration
public static Windows.Shapes.Shape RenderPolygon(Polygon polygon, IStyle style, IReadOnlyViewport viewport, SymbolCache symbolCache)
Parameters
Returns
Type |
Description |
System.Windows.Shapes.Shape |
|