Click or drag to resize

StiControlPaintDrawItem Method (Graphics, Rectangle, DrawItemState, Color, Color)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawItem(
	Graphics graphics,
	Rectangle bounds,
	DrawItemState state,
	Color backColor,
	Color foreColor
)

Parameters

graphics
Type: System.DrawingGraphics

[Missing <param name="graphics"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

bounds
Type: System.DrawingRectangle

[Missing <param name="bounds"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

state
Type: System.Windows.FormsDrawItemState

[Missing <param name="state"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

foreColor
Type: System.DrawingColor

[Missing <param name="foreColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiControlPaint.DrawItem(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)"]

See Also