Click or drag to resize

StiGdiMapContextPainterRender Method (Graphics, Boolean, RectangleD, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGdiMapContextPainter.Render(System.Drawing.Graphics,System.Boolean,Stimulsoft.Base.Drawing.RectangleD,System.Boolean)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Render(
	Graphics g,
	bool useZoom,
	RectangleD rect,
	bool center = true
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiMapContextPainter.Render(System.Drawing.Graphics,System.Boolean,Stimulsoft.Base.Drawing.RectangleD,System.Boolean)"]

useZoom
Type: SystemBoolean

[Missing <param name="useZoom"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiMapContextPainter.Render(System.Drawing.Graphics,System.Boolean,Stimulsoft.Base.Drawing.RectangleD,System.Boolean)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiMapContextPainter.Render(System.Drawing.Graphics,System.Boolean,Stimulsoft.Base.Drawing.RectangleD,System.Boolean)"]

center (Optional)
Type: SystemBoolean

[Missing <param name="center"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiMapContextPainter.Render(System.Drawing.Graphics,System.Boolean,Stimulsoft.Base.Drawing.RectangleD,System.Boolean)"]

See Also