toXML method

String toXML()

Implementation

String toXML() {
  return '${roundPixelsOnly(x)},${roundPixelsOnly(y)}';
}