<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGRadialGradient:
Comments (0)
Name
Description
AssignProperties(TPersistent)
Copies the properties of source to the current element (but not children) (Overrides RSSVG.TSVGCustomGradient.AssignProperties(TPersistent).)
Clear
Clears the SVG element and resets its properties back to their defaults (Overrides RSSVG.TSVGCustomGradient.Clear.)
DoLoadFromXML(IXMLNode)
Represents method DoLoadFromXML(IXMLNode). (Overrides RSSVG.TSVGCustomGradient.DoLoadFromXML(IXMLNode).)
GetBrush(TSVGMatrix,TRSRect)
Returns the Brush for the element, configured for the transformation and rectangle. (Overrides RSSVG.TSVGGraphicElement.GetBrush(TSVGMatrix,TRSRect).)
GetGradient(TSVGMatrix,TRSRect)
Generates a gradient for a TBrush. The calling routine should free the gradient (Overrides RSSVG.TSVGCustomGradient.GetGradient(TSVGMatrix,TRSRect).)
SVGType
Returns the SVG element type of the class (Overrides RSSVG.TSVGElement.SVGType.)
Top