ITMSFNCCustomPDFGraphicsExLib Interface
Extended PDF graphics interface providing shadows, rounded rectangles, arc paths, radial gradients, and rich-text rendering.
API unit family: TMSFNCPDFGraphicsLib
Extends: IInterface
Syntax
ITMSFNCCustomPDFGraphicsExLib = interface(IInterface)
Methods
| Name | Description |
|---|---|
| DrawAddShadow | Adds a drop shadow to subsequent drawing operations using the current fill color as the shadow color. |
| DrawPathAddArc | Adds an arc segment to the current path defined by a center point, radius, and start/end angles. |
| DrawPathAddArcToPoint | Adds a tangential arc segment to the current path defined by two tangent points and a radius. |
| DrawPathEndRadialGradient | Closes the current path and fills it with a radial gradient between two circles. |
| DrawRichText | Draws the rich text document across the specified number of columns within a rectangle and returns the overflow character count. |
| DrawRoundedRectangle | Draws a rectangle with rounded corners using the current fill and stroke settings. |
| RichText | Returns the rich text library used for composing rich text content before drawing. |