Click or drag to resize

StiTableCellTextGdiPainterPaintOneLineOfUnderline Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintOneLineOfUnderline(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Double)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintOneLineOfUnderline(
	StiTableCell text,
	Graphics g,
	Pen pen,
	double x1,
	double x2,
	double y
)

Parameters

text
Type: Stimulsoft.Report.Components.TableStiTableCell

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

g
Type: System.DrawingGraphics

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

pen
Type: System.DrawingPen

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintOneLineOfUnderline(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Double)"]

x1
Type: SystemDouble

[Missing <param name="x1"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintOneLineOfUnderline(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Double)"]

x2
Type: SystemDouble

[Missing <param name="x2"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintOneLineOfUnderline(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellTextGdiPainter.PaintOneLineOfUnderline(Stimulsoft.Report.Components.Table.StiTableCell,System.Drawing.Graphics,System.Drawing.Pen,System.Double,System.Double,System.Double)"]

See Also