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