User Tools

Site Tools


en:code:core:rect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:code:core:rect [2011/07/07 16:38] – [translate] jmgren:code:core:rect [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 286: Line 286:
  
 ==== contains ==== ==== contains ====
-Returns true if a [[code:core:point|Point]] or a Rect is contained within this Rect.+Returns true if a [[en:code:core:point|Point]] or a Rect is contained within this Rect.
  
 === Syntax === === Syntax ===
Line 303: Line 303:
  
 === Arguments === === Arguments ===
-  - point - ([[code:core:point|Point]]) the point to check+  - point - ([[en:code:core:point|Point]]) the point to check
   - rect - (Rect) the rectangle to check   - rect - (Rect) the rectangle to check
   - x - (integer) the x coordinate of the point to check   - x - (integer) the x coordinate of the point to check
Line 369: Line 369:
  
 ==== center ==== ==== center ====
-Returns a [[code:core:point|Point]] representing the center of this Rect.+Returns a [[en:code:core:point|Point]] representing the center of this Rect.
  
 === Syntax === === Syntax ===
Line 377: Line 377:
  
 === Returns === === Returns ===
-  * ([[code:core:point|Point]]) the center of this Rect+  * ([[en:code:core:point|Point]]) the center of this Rect
  
 ==== size ==== ==== size ====
-Returns a [[code:core:size|Size]] representing the size of this Rect.+Returns a [[en:code:core:size|Size]] representing the size of this Rect.
  
 === Syntax === === Syntax ===
Line 388: Line 388:
  
 === Returns === === Returns ===
-  * ([[code:core:size|Size]]) the size of this Rect+  * ([[en:code:core:size|Size]]) the size of this Rect
  
 ==== width ==== ==== width ====
en/code/core/rect.1310056684.txt.gz · Last modified: 2021/02/13 11:23 (external edit)