Table of Contents

Interface ISvgRectElement

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

The SvgRectElement interface corresponds to the 'rect' element.

public interface ISvgRectElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgTransformable, ISvgLocatable, IEventTarget, ISvgElementVisitorTarget
Inherited Members

Properties

Height

Corresponds to attribute height on the given 'rect' element.

Rx

Corresponds to attribute rx on the given 'rect' element.

Ry

Corresponds to attribute ry 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.