Returns true if the svg element should be drawn directly when the Draw method is called. Most TSVGGraphicElement descendants return true if they are visible and RSSVG.TSVGElement.HasFeatures and RSSVG.TSVGElement.HasExtensions and RSSVG.TSVGElement.HasLanguages. However, elements inside a defs (TSVGDefs class), gradients, symbols, markers are not drawn directly but only when called from a referring element.
Namespace: RSSVG
Delphi |
protected |
Return Value
Type: Boolean