Class SvgLine
Represents and SVG line element.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("line")]
public class SvgLine : SvgMarkerElement, ISvgTransformable, ICloneable, ISvgNode, ISvgStylable, ISvgBoundable, ISvgClipable
Properties
|
Improve this Doc
View Source
EndX
Declaration
public SvgUnit EndX { get; set; }
Property Value
|
Improve this Doc
View Source
EndY
Declaration
public SvgUnit EndY { get; set; }
Property Value
|
Improve this Doc
View Source
Fill
Declaration
public override SvgPaintServer Fill { get; set; }
Property Value
Overrides
|
Improve this Doc
View Source
StartX
Declaration
public SvgUnit StartX { get; set; }
Property Value
|
Improve this Doc
View Source
StartY
Declaration
public SvgUnit StartY { 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)
Declaration
public override GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|
Overrides
Implements
Extension Methods