Click or drag to resize

StiDashboardElementGdiPainterPaintBorder Method (StiComponent, Graphics, RectangleF, Single, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Dashboard.Drawing.Painters
Assembly:  Stimulsoft.Dashboard.Drawing (in Stimulsoft.Dashboard.Drawing.dll) Version: 2019.3.1.0
Syntax
public override void PaintBorder(
	StiComponent component,
	Graphics g,
	RectangleF rect,
	float zoom,
	bool drawBorderFormatting,
	bool drawBorderSides
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

drawBorderFormatting
Type: SystemBoolean

[Missing <param name="drawBorderFormatting"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

drawBorderSides
Type: SystemBoolean

[Missing <param name="drawBorderSides"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiDashboardElementGdiPainter.PaintBorder(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.Drawing.RectangleF,System.Single,System.Boolean,System.Boolean)"]

See Also