Click or drag to resize

StiTableCellTextGdiPainterPaintBorder Method (StiTableCell, Graphics, RectangleD, Boolean, Boolean)

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

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintBorder(
	StiTableCell text,
	Graphics g,
	RectangleD rect,
	bool drawBorderFormatting,
	bool drawTopmostBorderSides
)

Parameters

text
Type: Stimulsoft.Report.Components.TableStiTableCell

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBorder(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Boolean,System.Boolean)"]

g
Type: System.DrawingGraphics

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

rect
Type: Stimulsoft.Base.DrawingRectangleD

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

drawBorderFormatting
Type: SystemBoolean

[Missing <param name="drawBorderFormatting"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBorder(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Boolean,System.Boolean)"]

drawTopmostBorderSides
Type: SystemBoolean

[Missing <param name="drawTopmostBorderSides"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintBorder(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Boolean,System.Boolean)"]

See Also