Click or drag to resize

StiControlPaintDrawCheck Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawCheck(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawCheck(
	Graphics graphics,
	int x,
	int y,
	bool enabled
)

Parameters

graphics
Type: System.DrawingGraphics

[Missing <param name="graphics"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawCheck(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawCheck(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawCheck(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawCheck(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean)"]

See Also