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

#include <gd.h>

Data Fields

double x
 
double y
 

Detailed Description

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>,

Definition at line 267 of file gd.h.

Field Documentation

◆ x

double gdPointF::x

Definition at line 269 of file gd.h.

◆ y

double gdPointF::y

Definition at line 269 of file gd.h.


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