Interface ISvgCircleElement
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The SvgCircleElement interface corresponds to the 'circle' element.
public interface ISvgCircleElement : ISvgElement, IElement, IXmlElement, INode, IXmlNode, ISvgTests, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgTransformable, ISvgLocatable, IEventTarget, ISvgElementVisitorTarget
- Inherited Members
Properties
- Cx
Corresponds to attribute cx on the given 'circle' element.
- Cy
Corresponds to attribute cy on the given 'circle' element.
- R
Corresponds to attribute r on the given 'circle' element.