Object Methods
.rotate(angle)
.rotate(angle) rect1.rotate(45).erase()
.erase()rect1.erase().to_string()
.to_string()Others
Property Getting and SettingEvent HandlingLast updated
Was this helpful?
.rotate(angle) rect1.rotate(45).erase()rect1.erase().to_string()Last updated
Was this helpful?
Was this helpful?
print(rect1.to_string())