Click or drag to resize

StiBaseStyleDrawStyle Method (Graphics, Rectangle, DrawItemState, Boolean, Boolean)

Drawes the style on the specified graphics context.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawStyle(
	Graphics g,
	Rectangle rect,
	DrawItemState state,
	bool fillBackground,
	bool paintImage
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.StiBaseStyle.DrawStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Boolean,System.Boolean)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.StiBaseStyle.DrawStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Boolean,System.Boolean)"]

state
Type: System.Windows.FormsDrawItemState

[Missing <param name="state"/> documentation for "M:Stimulsoft.Report.StiBaseStyle.DrawStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Boolean,System.Boolean)"]

fillBackground
Type: SystemBoolean

[Missing <param name="fillBackground"/> documentation for "M:Stimulsoft.Report.StiBaseStyle.DrawStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Boolean,System.Boolean)"]

paintImage
Type: SystemBoolean

[Missing <param name="paintImage"/> documentation for "M:Stimulsoft.Report.StiBaseStyle.DrawStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.DrawItemState,System.Boolean,System.Boolean)"]

See Also