Click or drag to resize

StiMapGdiPainterDrawMap Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawMap(
	StiMap map,
	Graphics g,
	RectangleF rect,
	bool drawBorder,
	bool drawFormatting,
	bool useZoom
)

Parameters

map
Type: Stimulsoft.Report.MapsStiMap

[Missing <param name="map"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

drawBorder
Type: SystemBoolean

[Missing <param name="drawBorder"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

drawFormatting
Type: SystemBoolean

[Missing <param name="drawFormatting"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

useZoom
Type: SystemBoolean

[Missing <param name="useZoom"/> documentation for "M:Stimulsoft.Report.Painters.StiMapGdiPainter.DrawMap(Stimulsoft.Report.Maps.StiMap,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Boolean)"]

See Also