GradientColor Constructor
Gradient constructor
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public GradientColor(
GradientDirection direction,
RgbColor start,
RgbColor end
)
Public Sub New (
direction As GradientDirection,
start As RgbColor,
end As RgbColor
)
Parameters
- direction GradientDirection
- The gradient direction
- start RgbColor
- The start color of the gradient
- end RgbColor
- The end color of the gradient