Class MapPolygons
specifies a collection of MapPolygon elements in a MapPolygonLayer.
Implements
System.Collections.Generic.IList<MapPolygon>
System.Collections.Generic.ICollection<MapPolygon>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MapPolygon>
System.Collections.Generic.IReadOnlyCollection<MapPolygon>
System.Collections.Generic.IEnumerable<MapPolygon>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Add(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.MapPolygon, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.BinarySearch(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.BinarySearch(Syncfusion.RDL.DOM.MapPolygon, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Contains(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.MapPolygon, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.CopyTo(Syncfusion.RDL.DOM.MapPolygon[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.CopyTo(System.Int32, Syncfusion.RDL.DOM.MapPolygon[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.CopyTo(Syncfusion.RDL.DOM.MapPolygon[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Exists(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Find(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindAll(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindLast(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.ForEach(System.Action<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPolygon>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.IndexOf(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.IndexOf(Syncfusion.RDL.DOM.MapPolygon, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.IndexOf(Syncfusion.RDL.DOM.MapPolygon, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Insert(System.Int32, Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.LastIndexOf(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.LastIndexOf(Syncfusion.RDL.DOM.MapPolygon, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.LastIndexOf(Syncfusion.RDL.DOM.MapPolygon, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Remove(Syncfusion.RDL.DOM.MapPolygon)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Sort(System.Comparison<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.MapPolygon>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.MapPolygon>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.MapPolygon>.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 MapPolygons : List<MapPolygon>, IList<MapPolygon>, ICollection<MapPolygon>, IList, ICollection, IReadOnlyList<MapPolygon>, IReadOnlyCollection<MapPolygon>, IEnumerable<MapPolygon>, IEnumerable
Constructors
MapPolygons()
Declaration
public MapPolygons()
MapPolygons(ReportSerializer)
Declaration
public MapPolygons(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable