/lib/titanium/mobile/core/Size.hx

http://github.com/visup/haxe-titanium-api · Haxe · 14 lines · 6 code · 2 blank · 6 comment · 0 complexity · 985a1bcb39d9a805fd29ef70e8fdd8e5 MD5 · raw file

  1. package titanium.mobile.core;
  2. /**
  3. Size class
  4. Documentation available at:
  5. None.
  6. **/
  7. typedef Size =
  8. {
  9. width:Float,
  10. height:Float
  11. }