TTMSFNCCustomGraphicsFill Class
Base class for fill settings, providing color, gradient, texture, opacity, and update-notification support. Use the published subclass
TTMSFNCGraphicsFillin controls and components.
API unit family: TMSFNCGraphicsTypes
Inherits from: TPersistent
Syntax
TTMSFNCCustomGraphicsFill = class(TPersistent)
Methods
| Name | Description |
|---|---|
| AddGradientItem | Appends a gradient stop with the given AColor, normalized APosition (0.0–1.0), and AOpacity. |
| BeginUpdate | Begins a batch update; suppresses change notifications until EndUpdate is called. |
| ClearGradientItems | Removes all stops from the gradient items collection. |
| EndUpdate | Ends a batch update and fires any pending change notifications. |