Click or drag to resize

StiCap Constructor (Int32, StiCapStyle, Int32, Boolean, Color)

Initializes a new instance of the StiCap class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiCap(
	int width,
	StiCapStyle style,
	int height,
	bool fill,
	Color color
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.StiCap.#ctor(System.Int32,Stimulsoft.Base.Drawing.StiCapStyle,System.Int32,System.Boolean,System.Drawing.Color)"]

style
Type: Stimulsoft.Base.DrawingStiCapStyle

[Missing <param name="style"/> documentation for "M:Stimulsoft.Base.Drawing.StiCap.#ctor(System.Int32,Stimulsoft.Base.Drawing.StiCapStyle,System.Int32,System.Boolean,System.Drawing.Color)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.StiCap.#ctor(System.Int32,Stimulsoft.Base.Drawing.StiCapStyle,System.Int32,System.Boolean,System.Drawing.Color)"]

fill
Type: SystemBoolean

[Missing <param name="fill"/> documentation for "M:Stimulsoft.Base.Drawing.StiCap.#ctor(System.Int32,Stimulsoft.Base.Drawing.StiCapStyle,System.Int32,System.Boolean,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Base.Drawing.StiCap.#ctor(System.Int32,Stimulsoft.Base.Drawing.StiCapStyle,System.Int32,System.Boolean,System.Drawing.Color)"]

See Also