AutoGradient Constructors

Overloads

AutoGradient(Single, CmykColor, CmykColor)Initializes a new instance of the AutoGradient class.
AutoGradient(Single, Grayscale, Grayscale)Initializes a new instance of the AutoGradient class.
AutoGradient(Single, RgbColor, RgbColor)Initializes a new instance of the AutoGradient class.

AutoGradient(Single, CmykColor, CmykColor)

Initializes a new instance of the AutoGradient class.

public AutoGradient(float angle, CmykColor color1, CmykColor color2)
Public Sub New (angle As Single, color1 As CmykColor, color2 As CmykColor)

Parameters

angle
Single

Angle of the AutoGradient.

color1
CmykColor

First CMYK color.

color2
CmykColor

Second CMYK color.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

NOTE: The X1, Y1, X2 and Y2 properties of this class will be automatically calculated. If these values are set, they will be overwritten.

AutoGradient(Single, Grayscale, Grayscale)

Initializes a new instance of the AutoGradient class.

public AutoGradient(float angle, Grayscale color1, Grayscale color2)
Public Sub New (angle As Single, color1 As Grayscale, color2 As Grayscale)

Parameters

angle
Single

Angle of the AutoGradient.

color1
Grayscale

First Grayscale color.

color2
Grayscale

Second Grayscale color.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

NOTE: The X1, Y1, X2 and Y2 properties of this class will be automatically calculated. If these values are set, they will be overwritten.

AutoGradient(Single, RgbColor, RgbColor)

Initializes a new instance of the AutoGradient class.

public AutoGradient(float angle, RgbColor color1, RgbColor color2)
Public Sub New (angle As Single, color1 As RgbColor, color2 As RgbColor)

Parameters

angle
Single

Angle of the AutoGradient.

color1
RgbColor

First RGB color.

color2
RgbColor

Second RGB color.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

NOTE: The X1, Y1, X2 and Y2 properties of this class will be automatically calculated. If these values are set, they will be overwritten.

See Also

AutoGradient
ceTe.DynamicPDF

In this topic