Click or drag to resize

StiComponentGdiPainterPaintSelection Method

Paints the selection.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void PaintSelection(
	StiComponent component,
	StiPaintEventArgs e
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintSelection(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Events.StiPaintEventArgs)"]

e
Type: Stimulsoft.Report.EventsStiPaintEventArgs

[Missing <param name="e"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintSelection(Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Events.StiPaintEventArgs)"]

See Also