Geometry.ToSvg

Geometry.ToSvg method

Translates this geometry to Svg representation.

public string ToSvg(Extent extent = null)
ParameterTypeDescription
extentExtentExtent for translation this geometry to Svg

Return Value

The Svg representation.

See Also