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