Source position: fpsvg.types.pp line 301
type TSVGPaint = record |
public |
Kind: TSVGPaintKind; |
Color: TSVGColor; |
Server: ISVGPaintServer; |
Fallback: TSVGPaintFallback; |
constructor CreateColor(); |
constructor CreateServer(); |
class function None; |
function Resolved; |
function ToString; |
|
end; |