ITMSFNCCustomPDFGraphicsExLib.DrawPathEndRadialGradient Method
Closes the current path and fills it with a radial gradient between two circles.
API unit family: TMSFNCPDFGraphicsLib
Declaring type: ITMSFNCCustomPDFGraphicsExLib
Syntax
procedure DrawPathEndRadialGradient(StartCenter, EndCenter: TPointF; StartRadius, EndRadius: Single);
Parameters
| Name | Description |
|---|---|
StartCenter |
Center point of the inner gradient circle in PDF coordinate units. |
EndCenter |
Center point of the outer gradient circle in PDF coordinate units. |
StartRadius |
Radius of the inner gradient circle in PDF coordinate units. |
EndRadius |
Radius of the outer gradient circle in PDF coordinate units. |