示例#1
0
 public SVGPoint appendItem(SVGPoint newItem)
 {
     return(default(SVGPoint));
 }
示例#2
0
 public SVGPoint insertItemBefore(SVGPoint newItem, int index)
 {
     return(default(SVGPoint));
 }
示例#3
0
 public SVGPoint replaceItem(SVGPoint newItem, int index)
 {
     return(default(SVGPoint));
 }
	public int getCharNumAtPosition(SVGPoint point) { return default(int); }
示例#5
0
 public SVGPoint initialize(SVGPoint newItem)
 {
     return(default(SVGPoint));
 }
示例#6
0
	public SVGPoint appendItem(SVGPoint newItem) { return default(SVGPoint); }
示例#7
0
	public SVGPoint replaceItem(SVGPoint newItem, int index) { return default(SVGPoint); }
示例#8
0
	public SVGPoint insertItemBefore(SVGPoint newItem, int index) { return default(SVGPoint); }
示例#9
0
	public SVGPoint initialize(SVGPoint newItem) { return default(SVGPoint); }
示例#10
0
 public int getCharNumAtPosition(SVGPoint point)
 {
     return(default(int));
 }