C# Class SharpVectors.Dom.Svg.SvgTests

A class to encapsulate all SvgTest functionality. Used by SVG elements as a helper class
Inheritance: ISvgTests
Show file Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
HasExtension ( string extension ) : bool
SvgTests ( SvgElement ownerElement ) : System

Private Methods

Method Description
AttributeChange ( Object src, XmlNodeChangedEventArgs args ) : void

Method Details

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

SvgTests() public method

public SvgTests ( SvgElement ownerElement ) : System
ownerElement SvgElement
return System