php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <gd.h>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
Group: Types
typedef: gdRect Defines a rectilinear region.
x - left position y - right position width - Rectangle width height - Rectangle height
typedef: gdRectPtr Pointer to a <gdRect>
See also: <gdSetInterpolationMethod>