Click or drag to resize

StiTableElementGdiPainterMeasureCommonCell Method

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

Namespace:  Stimulsoft.Dashboard.Drawing.Painters
Assembly:  Stimulsoft.Dashboard.Drawing (in Stimulsoft.Dashboard.Drawing.dll) Version: 2019.3.1.0
Syntax
public static SizeD MeasureCommonCell(
	Graphics g,
	StiTableElement table,
	StiTableColumn column,
	Object rowValue,
	float zoom
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

table
Type: Stimulsoft.Dashboard.Components.TableStiTableElement

[Missing <param name="table"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

column
Type: Stimulsoft.Dashboard.Components.TableStiTableColumn

[Missing <param name="column"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

rowValue
Type: SystemObject

[Missing <param name="rowValue"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

Return Value

Type: SizeD

[Missing <returns> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiTableElementGdiPainter.MeasureCommonCell(System.Drawing.Graphics,Stimulsoft.Dashboard.Components.Table.StiTableElement,Stimulsoft.Dashboard.Components.Table.StiTableColumn,System.Object,System.Single)"]

See Also