The PDF gradient constructor
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public PdfGradient(
PdfGradientDirection direction,
PdfColor start,
PdfColor end
)
Public Sub New (
direction As PdfGradientDirection,
start As PdfColor,
end As PdfColor
)
public:
PdfGradient(
PdfGradientDirection direction,
PdfColor^ start,
PdfColor^ end
)
new :
direction : PdfGradientDirection *
start : PdfColor *
end : PdfColor -> PdfGradient
Parameters
- direction
- Type: HiQPdfPdfGradientDirection
Gradient direction - start
- Type: HiQPdfPdfColor
Gradient start color - end
- Type: HiQPdfPdfColor
Gradient end color
Reference