Search Results for

    Show / Hide Table of Contents

    Class SvgPathSegmentList

    Inheritance
    Object
    SvgPathSegmentList
    Implements
    IList<SvgPathSegment>
    ICollection<SvgPathSegment>
    IEnumerable<SvgPathSegment>
    System.Collections.IEnumerable
    ICloneable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg.Pathing
    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
    Type Description
    Int32
    | Improve this Doc View Source

    First

    Declaration
    public SvgPathSegment First { get; }
    Property Value
    Type Description
    SvgPathSegment
    | Improve this Doc View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Item[Int32]

    Declaration
    public SvgPathSegment this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    SvgPathSegment
    | Improve this Doc View Source

    Last

    Declaration
    public SvgPathSegment Last { get; }
    Property Value
    Type Description
    SvgPathSegment
    | Improve this Doc View Source

    Owner

    Declaration
    public ISvgPathElement Owner { get; set; }
    Property Value
    Type Description
    ISvgPathElement

    Methods

    | Improve this Doc View Source

    Add(SvgPathSegment)

    Declaration
    public void Add(SvgPathSegment item)
    Parameters
    Type Name Description
    SvgPathSegment item
    | Improve this Doc View Source

    Clear()

    Declaration
    public void Clear()
    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    Contains(SvgPathSegment)

    Declaration
    public bool Contains(SvgPathSegment item)
    Parameters
    Type Name Description
    SvgPathSegment item
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    CopyTo(SvgPathSegment[], Int32)

    Declaration
    public void CopyTo(SvgPathSegment[] array, int arrayIndex)
    Parameters
    Type Name Description
    SvgPathSegment[] array
    Int32 arrayIndex
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<SvgPathSegment> GetEnumerator()
    Returns
    Type Description
    IEnumerator<SvgPathSegment>
    | Improve this Doc View Source

    IndexOf(SvgPathSegment)

    Declaration
    public int IndexOf(SvgPathSegment item)
    Parameters
    Type Name Description
    SvgPathSegment item
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Insert(Int32, SvgPathSegment)

    Declaration
    public void Insert(int index, SvgPathSegment item)
    Parameters
    Type Name Description
    Int32 index
    SvgPathSegment item
    | Improve this Doc View Source

    Remove(SvgPathSegment)

    Declaration
    public bool Remove(SvgPathSegment item)
    Parameters
    Type Name Description
    SvgPathSegment item
    Returns
    Type Description
    Boolean
    | 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.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX