Click or drag to resize

StiRoundedRectangleGaugeGeom Constructor

Initializes a new instance of the StiRoundedRectangleGaugeGeom class

Namespace:  Stimulsoft.Report.Gauge.GaugeGeoms
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRoundedRectangleGaugeGeom(
	RectangleF rect,
	StiBrush background,
	StiBrush borderBrush,
	float borderWidth,
	int leftTop,
	int rightTop,
	int rightBottom,
	int leftBottom
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

background
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="background"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

borderBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="borderBrush"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

borderWidth
Type: SystemSingle

[Missing <param name="borderWidth"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

leftTop
Type: SystemInt32

[Missing <param name="leftTop"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

rightTop
Type: SystemInt32

[Missing <param name="rightTop"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

rightBottom
Type: SystemInt32

[Missing <param name="rightBottom"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

leftBottom
Type: SystemInt32

[Missing <param name="leftBottom"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiRoundedRectangleGaugeGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also