Click or drag to resize

StiContainerGdiPainterPaintSelectionComponents Method

Paints selection of components.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintSelectionComponents(
	StiContainer container,
	Graphics g
)

Parameters

container
Type: Stimulsoft.Report.ComponentsStiContainer

[Missing <param name="container"/> documentation for "M:Stimulsoft.Report.Painters.StiContainerGdiPainter.PaintSelectionComponents(Stimulsoft.Report.Components.StiContainer,System.Drawing.Graphics)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiContainerGdiPainter.PaintSelectionComponents(Stimulsoft.Report.Components.StiContainer,System.Drawing.Graphics)"]

See Also