Class SvgEllipse
Represents and SVG ellipse element.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("ellipse")]
public class SvgEllipse : SvgPathBasedElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
|
Improve this Doc
View Source
CenterX
Declaration
public virtual SvgUnit CenterX { get; set; }
Property Value
|
Improve this Doc
View Source
CenterY
Declaration
public virtual SvgUnit CenterY { get; set; }
Property Value
|
Improve this Doc
View Source
RadiusX
Declaration
public virtual SvgUnit RadiusX { get; set; }
Property Value
|
Improve this Doc
View Source
RadiusY
Declaration
public virtual SvgUnit RadiusY { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
Path(ISvgRenderer)
Gets the for this element.
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
|
Improve this Doc
View Source
Render(ISvgRenderer)
Declaration
protected override void Render(ISvgRenderer renderer)
Parameters
Overrides
Implements
Extension Methods