Click or drag to resize

StiComponentPainterDrawCheckStyle Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void DrawCheckStyle(
	Graphics g,
	RectangleD rect,
	StiCheckStyle checkStyle,
	StiCheckBox checkBox,
	float zoom
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

checkStyle
Type: Stimulsoft.Report.ComponentsStiCheckStyle

[Missing <param name="checkStyle"/> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

checkBox
Type: Stimulsoft.Report.ComponentsStiCheckBox

[Missing <param name="checkBox"/> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Components.StiComponentPainter.DrawCheckStyle(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiCheckStyle,Stimulsoft.Report.Components.StiCheckBox,System.Single)"]

See Also