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