Interface ISvgImageElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The SvgRectElement interface corresponds to the 'image' element.
public interface ISvgImageElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgStylable, ISvgTransformable, ISvgLocatable, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgElementVisitorTarget
- Inherited Members
Properties
- Height
Corresponds to attribute height on the given 'rect' element.
- Width
Corresponds to attribute width on the given 'rect' element.
- X
Corresponds to attribute x on the given 'rect' element.
- Y
Corresponds to attribute y on the given 'rect' element.