Table of Contents

Description

A 2D size in pixels.

Since 1.22

Fields

Signature

struct @extern Eina.Size2D {
    w: int;
    h: int;
}

C signature

typedef struct _Eina_Size2D {
    int w;
    int h;
} Eina_Size2D;