public SVGPoint appendItem(SVGPoint newItem) { return(default(SVGPoint)); }
public SVGPoint insertItemBefore(SVGPoint newItem, int index) { return(default(SVGPoint)); }
public SVGPoint replaceItem(SVGPoint newItem, int index) { return(default(SVGPoint)); }
public int getCharNumAtPosition(SVGPoint point) { return default(int); }
public SVGPoint initialize(SVGPoint newItem) { return(default(SVGPoint)); }
public SVGPoint appendItem(SVGPoint newItem) { return default(SVGPoint); }
public SVGPoint replaceItem(SVGPoint newItem, int index) { return default(SVGPoint); }
public SVGPoint insertItemBefore(SVGPoint newItem, int index) { return default(SVGPoint); }
public SVGPoint initialize(SVGPoint newItem) { return default(SVGPoint); }
public int getCharNumAtPosition(SVGPoint point) { return(default(int)); }