Esempio n. 1
0
 public SVGPoint ReplaceItem(SVGPoint newItem, uint index)
 {
     return default(SVGPoint);
 }
Esempio n. 2
0
 public SVGPoint Initialize(SVGPoint newItem)
 {
     return default(SVGPoint);
 }
Esempio n. 3
0
 public SVGPoint InsertItemBefore(SVGPoint newItem, uint index)
 {
     return default(SVGPoint);
 }
Esempio n. 4
0
 public SVGPoint AppendItem(SVGPoint newItem)
 {
     return default(SVGPoint);
 }
Esempio n. 5
0
 public SVGPoint Initialize(SVGPoint newItem)
 {
     return(default(SVGPoint));
 }
Esempio n. 6
0
 public SVGPoint AppendItem(SVGPoint newItem)
 {
     return(default(SVGPoint));
 }
Esempio n. 7
0
 public int GetCharNumAtPosition(SVGPoint point)
 {
     return 0;
 }
 public int GetCharNumAtPosition(SVGPoint point)
 {
     return(0);
 }