Click or drag to resize

StiTableCellCheckBoxGdiPainterPaintCheck Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiTableCellCheckBoxGdiPainter.PaintCheck(Stimulsoft.Report.Components.Table.StiTableCellCheckBox,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Single)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void PaintCheck(
	StiTableCellCheckBox checkBox,
	Graphics g,
	RectangleD rect,
	float zoom
)

Parameters

checkBox
Type: Stimulsoft.Report.Components.TableStiTableCellCheckBox

[Missing <param name="checkBox"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellCheckBoxGdiPainter.PaintCheck(Stimulsoft.Report.Components.Table.StiTableCellCheckBox,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Single)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellCheckBoxGdiPainter.PaintCheck(Stimulsoft.Report.Components.Table.StiTableCellCheckBox,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Single)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellCheckBoxGdiPainter.PaintCheck(Stimulsoft.Report.Components.Table.StiTableCellCheckBox,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Painters.StiTableCellCheckBoxGdiPainter.PaintCheck(Stimulsoft.Report.Components.Table.StiTableCellCheckBox,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,System.Single)"]

See Also