Hide Comments
Hide Comments

Comments (0)

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: RSSVGTypes

expandingInheritance Hierarchy

IInterfaceComponentReference
  RSSVGTypes.ISVGViewer
    RSSVGCtrls.TRSSVGImage
    RSSVGCtrls.TRSSVGPanel
 

expandingSyntax

Delphi

type 
  ISVGViewer = interface(IInterfaceComponentReference) 
  ['{D28D19B3-B081-4AE9-BC08-651FD2F23943}'] 
  end; 
 

expandingMethods

 

Name

Description

public method

Change(TObject)

Represents method Change(TObject).

Top

expandingRemarks

TRSSVGImage is an example of an ISVGViewer. It informs the TRSSVGDocument class that it is a viewer and wants all SVG changes.

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb