LinearGradientColorBrush Constructor

Constructor of the LinearGradientColorBrush object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public LinearGradientColorBrush(
	PointF startPnt,
	PointF endPnt,
	Color startColor,
	Color endColor
)

Parameters

startPnt  PointF
endPnt  PointF
startColor  Color
First color of the linear gradient.
endColor  Color

See Also