ITMSFNCCustomPDFGraphicsLib.DrawPathEndLinearGradient Method
Closes and fills the current path using a linear gradient between two points.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsLib
Syntax
procedure DrawPathEndLinearGradient(StartPoint, EndPoint: TPointF);
Parameters
| Name | Description |
|---|---|
StartPoint |
Start point of the gradient in PDF coordinate units. |
EndPoint |
End point of the gradient in PDF coordinate units. |