Click or drag to resize

StiMapSvgHelperDrawMap Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void DrawMap(
	XmlTextWriter xmlsWriter,
	StiMap map,
	double x,
	double y,
	double width,
	double height,
	bool animated
)

Parameters

xmlsWriter
Type: XmlTextWriter

[Missing <param name="xmlsWriter"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

map
Type: Stimulsoft.Report.MapsStiMap

[Missing <param name="map"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

height
Type: SystemDouble

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

animated
Type: SystemBoolean

[Missing <param name="animated"/> documentation for "M:Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(System.Xml.XmlTextWriter,Stimulsoft.Report.Maps.StiMap,System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

See Also