Click or drag to resize

SvgGradientStop Constructor (SvgUnit, Color)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgGradientStop class.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgGradientStop(
	SvgUnit offset,
	Color colour
)
Request Example View Source

Parameters

offset
Type: SvgSvgUnit
The offset.
colour
Type: System.DrawingColor
The colour.
See Also