php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <gd.h>
Data Fields | |
double | x |
double | y |
Group: Types
typedef: gdPointF Defines a point in a 2D coordinate system using floating point values. x - Floating point position (increase from left to right) y - Floating point Row position (increase from top to bottom)
typedef: gdPointFPtr Pointer to a <gdPointF>
See also: <gdImageCreate>, <gdImageCreateTrueColor>,