Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. size.width = 100;
  2. size.height = 100;
  3.  
  4. location.x = 0;
  5. location.y = 0;
  6. location.width = 100;
  7. location.height = 100;
  8.  
  9. size.width = 100;
  10. size.height = 100;
  11.  
  12. trim.x = 5; // it was trimmed "in" from the left by 5 pixels
  13. trim.y = 5; // it was trimmed "down" from the top by 5 pixels
  14. trim.width = 15; // it was trimmed "in" from the right by 15 pixels
  15. trim.height = 15; // it was trimmed "up" from the bottom by 15 pixels
  16.  
  17. location.x = 0;
  18. location.y = 0;
  19. location.width = 80;
  20. location.height = 80;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement