Draws a double gradient background.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static void FillDoubleGradient(
	Graphics g,
	Color start,
	Color middle,
	Color end,
	Rectangle bounds,
	int firstGradientSize,
	int secondGradientSize,
	bool vertical
)

See Also