Class SvgPathSegmentList
Inheritance
SvgPathSegmentList
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgPathBuilder))]
public sealed class SvgPathSegmentList : IList<SvgPathSegment>, ICollection<SvgPathSegment>, IEnumerable<SvgPathSegment>, IEnumerable, ICloneable
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
First
Declaration
public SvgPathSegment First { get; }
Property Value
|
Improve this Doc
View Source
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
|
Improve this Doc
View Source
Item[Int32]
Declaration
public SvgPathSegment this[int index] { get; set; }
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
Property Value
|
Improve this Doc
View Source
Last
Declaration
public SvgPathSegment Last { get; }
Property Value
|
Improve this Doc
View Source
Owner
Declaration
public ISvgPathElement Owner { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Add(SvgPathSegment)
Declaration
public void Add(SvgPathSegment item)
Parameters
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
Contains(SvgPathSegment)
Declaration
public bool Contains(SvgPathSegment item)
Parameters
Returns
|
Improve this Doc
View Source
CopyTo(SvgPathSegment[], Int32)
Declaration
public void CopyTo(SvgPathSegment[] array, int arrayIndex)
Parameters
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<SvgPathSegment> GetEnumerator()
Returns
|
Improve this Doc
View Source
IndexOf(SvgPathSegment)
Declaration
public int IndexOf(SvgPathSegment item)
Parameters
Returns
|
Improve this Doc
View Source
Insert(Int32, SvgPathSegment)
Declaration
public void Insert(int index, SvgPathSegment item)
Parameters
|
Improve this Doc
View Source
Remove(SvgPathSegment)
Declaration
public bool Remove(SvgPathSegment item)
Parameters
Returns
|
Improve this Doc
View Source
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
| Type |
Name |
Description |
| Int32 |
index |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type |
Description |
| System.Collections.IEnumerator |
|
Implements
System.Collections.IEnumerable