php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gdRect Struct Reference

#include <gd.h>

Data Fields

int x
 
int y
 
int width
 
int height
 

Detailed Description

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>

Definition at line 312 of file gd.h.

Field Documentation

◆ height

int gdRect::height

Definition at line 315 of file gd.h.

◆ width

int gdRect::width

Definition at line 315 of file gd.h.

◆ x

int gdRect::x

Definition at line 314 of file gd.h.

◆ y

int gdRect::y

Definition at line 314 of file gd.h.


The documentation for this struct was generated from the following file: