Click or drag to resize

StiCheckPainterPaintCheckBox Method (Graphics, Rectangle, Boolean, Color)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void PaintCheckBox(
	Graphics g,
	Rectangle rect,
	bool checkState,
	Color color
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)"]

checkState
Type: SystemBoolean

[Missing <param name="checkState"/> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Color)"]

See Also