RECTd (class)

From Moondust Wiki
Revision as of 18:42, 17 October 2014 by Kevsoft (talk | contribs) (Created page with "Category:LunaLua API Same as RECT, but with double-values. {{Class table‎|RECT class||2= {{Class table‎/row|Constructor|myRECT <nowiki>=</nowiki> n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Same as RECT, but with double-values.

RECT class
Type Function/Field Return values/Value type Description
Constructor myRECT = newRECTd() RECTd Construct a new RECTd-Object
Field RECTd.bottom() double Bottom-value.
Field RECTd.left() double Left-value.
Field RECTd.right() double Right-value.
Field RECTd.top() double Top-value.