コード例 #1
0
 public int IndexOf(AnnotationPathPoint value)
 {
     return(base.List.IndexOf(value));
 }
コード例 #2
0
 public bool Contains(AnnotationPathPoint value)
 {
     return(base.List.Contains(value));
 }
コード例 #3
0
 public int Add(AnnotationPathPoint point)
 {
     return(base.List.Add(point));
 }
コード例 #4
0
 public void Insert(int index, AnnotationPathPoint point)
 {
     base.List.Insert(index, point);
 }
コード例 #5
0
 public void Remove(AnnotationPathPoint point)
 {
     base.List.Remove(point);
 }