toAttributeString method

String toAttributeString()

Size to attribute string

Implementation

String toAttributeString()
{
  return "${width.round()}x${height.round()}";
}