Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created May 22, 2009 02:20
Show Gist options
  • Save akio0911/115879 to your computer and use it in GitHub Desktop.
Save akio0911/115879 to your computer and use it in GitHub Desktop.
unionRect.origin.x *= self.scrollScale;
unionRect.origin.y *= self.scrollScale;
unionRect.size.width *= self.scrollScale;
unionRect.size.height *= self.scrollScale;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment