C# Class SharpVectors.Dom.Svg.SvgElementInstance

Inheritance: IEventTargetSupport, ISvgElementInstance
Exibir arquivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
SvgElementInstance ( XmlNode refNode, SvgUseElement useElement, SvgElementInstance parent ) : System

Private Methods

Method Description
IEventTarget ( IEvent @event ) : bool
IEventTarget ( string namespaceUri, string type ) : bool
IEventTarget ( string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture ) : void
IEventTarget ( string namespaceUri, string type, EventListener listener, bool useCapture, object eventGroup ) : void
IEventTargetSupport ( IEvent @event ) : void
SetNextSibling ( ISvgElementInstance instance ) : void
SetPreviousSibling ( ISvgElementInstance instance ) : void

Method Details

SvgElementInstance() public method

public SvgElementInstance ( XmlNode refNode, SvgUseElement useElement, SvgElementInstance parent ) : System
refNode System.Xml.XmlNode
useElement SvgUseElement
parent SvgElementInstance
return System