Enum RectangleRenderMode
Defines how rectangles should be rendered in SVG Use SvgPolygon to be able to convert rectangle to GeoJson
Namespace: OpenSvg
Assembly: OpenSvg.dll
Syntax
public enum RectangleRenderMode
Fields
Name | Description |
---|---|
SvgPolygon | Renders the rectangle as a SVG 'polygon' element |
SvgRect | Renders the rectangle as a SVG 'rect' element |