Skip to content

Instantly share code, notes, and snippets.

@libliboom
Last active November 4, 2019 09:48
Show Gist options
  • Save libliboom/de48a6170412694ea42b006466ce737d to your computer and use it in GitHub Desktop.
Save libliboom/de48a6170412694ea42b006466ce737d to your computer and use it in GitHub Desktop.
bounds.translateBy(10, 20) // 변경 가능한 Rectangle 객체
bounds = bounds.translateBy(10, 20) // 값 스타일 Rectangle 객체
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment