SharpVectors.Dom.Svg.SvgImageElement.HasExtension C# (CSharp) Method

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool
        public bool HasExtension(string extension)
        {
            return svgTests.HasExtension(extension);
        }