Click or drag to resize

StiCheckPainterPaintCheckBox Method (Graphics, Rectangle, StiCheckState, Color)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,Stimulsoft.Base.Drawing.StiCheckState,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,
	StiCheckState 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,Stimulsoft.Base.Drawing.StiCheckState,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,Stimulsoft.Base.Drawing.StiCheckState,System.Drawing.Color)"]

checkState
Type: Stimulsoft.Base.DrawingStiCheckState

[Missing <param name="checkState"/> documentation for "M:Stimulsoft.Base.Drawing.StiCheckPainter.PaintCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,Stimulsoft.Base.Drawing.StiCheckState,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,Stimulsoft.Base.Drawing.StiCheckState,System.Drawing.Color)"]

See Also