public SVGPoint ReplaceItem(SVGPoint newItem, uint index) { return default(SVGPoint); }
public SVGPoint Initialize(SVGPoint newItem) { return default(SVGPoint); }
public SVGPoint InsertItemBefore(SVGPoint newItem, uint index) { return default(SVGPoint); }
public SVGPoint AppendItem(SVGPoint newItem) { return default(SVGPoint); }
public SVGPoint Initialize(SVGPoint newItem) { return(default(SVGPoint)); }
public SVGPoint AppendItem(SVGPoint newItem) { return(default(SVGPoint)); }
public int GetCharNumAtPosition(SVGPoint point) { return 0; }
public int GetCharNumAtPosition(SVGPoint point) { return(0); }