From 1ad72d5276b1876bf218336a1ff47f086a0834c9 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 24 Jun 2010 20:32:39 +0000 Subject: *** empty log message *** --- html/en/func/region.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/en/func/region.html') diff --git a/html/en/func/region.html b/html/en/func/region.html index 59874b8..985bf23 100644 --- a/html/en/func/region.html +++ b/html/en/func/region.html @@ -39,7 +39,7 @@

Complex clipping regions are not saved by cdSaveState.


-
int cdCanvasRegionCombineMode(cdCanvas* canvas, int mode); [in C]
+
int cdCanvasRegionCombineMode(cdCanvas* canvas, int mode); [in C]
 
 canvas:RegionCombineMode(mode: number) -> (old_mode: number) [in Lua]
@@ -50,7 +50,7 @@ canvas:RegionCombineMode(mode: number) -> (old_mode: number) [in Lua]

Combine Modes

-
int cdCanvasIsPointInRegion(cdCanvas* canvas, int x, int y); [in C]
+
int cdCanvasIsPointInRegion(cdCanvas* canvas, int x, int y); [in C]
 int wdCanvasIsPointInRegion(cdCanvas* canvas, double x, double y); (WC) [in C]
 
 canvas:IsPointInRegion(x, y: number) -> (status: boolean) [in Lua]
@@ -59,7 +59,7 @@ canvas:wIsPointInRegion(x, y: number) -> (status: boolean) [in Lua]

Returns a non zero value if the point is contained inside the current region.

-
void cdCanvasOffsetRegion(cdCanvas* canvas, int dx, int dy); [in C]
+
void cdCanvasOffsetRegion(cdCanvas* canvas, int dx, int dy); [in C]
 void wdCanvasOffsetRegion(cdCanvas* canvas, double dx, double dy); (WC) [in C]
 
 canvas:OffsetRegion(dx, dy: number) [in Lua]
@@ -69,7 +69,7 @@ canvas:wOffsetRegion(dx, dy: number) (WC) [in Lua]
moves to outside the canvas border, the part moved outside will be lost, the region will need to be reconstructed.

-
void cdCanvasGetRegionBox(cdCanvas* canvas, int *xmin, int *xmax, int *ymin, int *ymax); [in C]
+
void cdCanvasGetRegionBox(cdCanvas* canvas, int *xmin, int *xmax, int *ymin, int *ymax); [in C]
 void wdCanvasGetRegionBox(cdCanvas* canvas, double *xmin, double *xmax, double *ymin, double *ymax); (WC) [in C]
 
 canvas:GetRegionBox() -> (xmin, xmax, ymin, ymax, status: number) [in Lua]
@@ -79,7 +79,7 @@ canvas:wGetRegionBox() -> (xmin, xmax, ymin, ymax, status: number) (WC) [in L
   necessary to provide all return pointers, you can provide only the desired 
   values and NULL for the others.

- +
-- cgit v1.2.3