Defines a SVG Viewer interface. A class implements the ISVGViewer interface to indicate that it is interested in SVG changes (which could change the graphic) and wants to be able to respond.
Namespace: FMX.RS.SVGTypes
IInterfaceComponentReference |
Delphi |
type |
|
TRSSVGImage is an example of an ISVGViewer. It informs the TRSSVGDocument class that it is a viewer and wants all SVG changes. |
Reference |