diff options
author | scuri <scuri> | 2009-08-05 18:44:49 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-05 18:44:49 +0000 |
commit | 4eb6a7ae0fa0fa11c7e538b948af1417764d4134 (patch) | |
tree | a250d2807e85c463ec52eee34d90e9239ec1a384 /html/en/func/region.html | |
parent | e2b3655c339d18b91cc3c824b04fe7a57d51bdfe (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func/region.html')
-rw-r--r-- | html/en/func/region.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/en/func/region.html b/html/en/func/region.html index e503733..1581180 100644 --- a/html/en/func/region.html +++ b/html/en/func/region.html @@ -51,8 +51,10 @@ canvas:RegionCombineMode(mode: number) -> (old_mode: number) [in Lua]</pre> </font><img src="../../img/regions.gif" border="2" width="297" height="361"></p> <pre class="function"><span class="mainFunction">int cdCanvasIsPointInRegion(cdCanvas* canvas, int x, int y); [in C]</span> +int wdCanvasIsPointInRegion(cdCanvas* canvas, double x, double y); (WC) [in C] -canvas:IsPointInRegion(x, y: number) -> (status: number) [in Lua]</pre> +canvas:IsPointInRegion(x, y: number) -> (status: boolean) [in Lua] +canvas:wIsPointInRegion(x, y: number) -> (status: boolean) [in Lua]</pre> <p>Returns a non zero value if the point is contained inside the current region.</p> |