ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapPoints - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapPoints

    specifies a collection of MapPoint elements in a MapPointLayer.

    Inheritance
    System.Object
    System.Collections.Generic.List<MapPoint>
    MapPoints
    Implements
    System.Collections.Generic.IList<MapPoint>
    System.Collections.Generic.ICollection<MapPoint>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<MapPoint>
    System.Collections.Generic.IReadOnlyCollection<MapPoint>
    System.Collections.Generic.IEnumerable<MapPoint>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Add(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.MapPoint, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.BinarySearch(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.BinarySearch(Syncfusion.RDL.DOM.MapPoint, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Clear()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Contains(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.MapPoint, TOutput>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.CopyTo(Syncfusion.RDL.DOM.MapPoint[])
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.CopyTo(System.Int32, Syncfusion.RDL.DOM.MapPoint[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.CopyTo(Syncfusion.RDL.DOM.MapPoint[], System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Exists(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Find(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindAll(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindLast(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.ForEach(System.Action<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPoint>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.IndexOf(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.IndexOf(Syncfusion.RDL.DOM.MapPoint, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.IndexOf(Syncfusion.RDL.DOM.MapPoint, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Insert(System.Int32, Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.LastIndexOf(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.LastIndexOf(Syncfusion.RDL.DOM.MapPoint, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.LastIndexOf(Syncfusion.RDL.DOM.MapPoint, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Remove(Syncfusion.RDL.DOM.MapPoint)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Reverse()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Sort()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Sort(System.Comparison<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.ToArray()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.MapPoint>)
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Capacity
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Count
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.MapPoint>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPoint>.System.Collections.IList.Item[System.Int32]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapPoints : List<MapPoint>, IList<MapPoint>, ICollection<MapPoint>, IList, ICollection, IReadOnlyList<MapPoint>, IReadOnlyCollection<MapPoint>, IEnumerable<MapPoint>, IEnumerable

    Constructors

    MapPoints()

    Declaration
    public MapPoints()

    MapPoints(ReportSerializer)

    Declaration
    public MapPoints(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved