Click or drag to resize

StiPageGdiPainterPaintSegment Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintSegment(System.Drawing.Graphics,Stimulsoft.Report.Components.StiPage,System.Drawing.RectangleF)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintSegment(
	Graphics g,
	StiPage page,
	RectangleF printerMargins
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintSegment(System.Drawing.Graphics,Stimulsoft.Report.Components.StiPage,System.Drawing.RectangleF)"]

page
Type: Stimulsoft.Report.ComponentsStiPage

[Missing <param name="page"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintSegment(System.Drawing.Graphics,Stimulsoft.Report.Components.StiPage,System.Drawing.RectangleF)"]

printerMargins
Type: System.DrawingRectangleF

[Missing <param name="printerMargins"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.PaintSegment(System.Drawing.Graphics,Stimulsoft.Report.Components.StiPage,System.Drawing.RectangleF)"]

See Also