GradientColor Constructor

Gradient constructor

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public GradientColor(
	GradientDirection direction,
	RgbColor start,
	RgbColor end
)

Parameters

direction  GradientDirection
The gradient direction
start  RgbColor
The start color of the gradient
end  RgbColor
The end color of the gradient

See Also