Click or drag to resize

StiComponentGdiPainterPaintBorder Method (StiComponent, Graphics, RectangleD)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintBorder(
	StiComponent component,
	Graphics g,
	RectangleD rect
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

See Also