Table of Contents

Efl.Gfx.Entity.geometry

Description

Rectangular geometry that combines both position and size.

Since 1.22

Values

  • rect - The X,Y position and W,H size, in pixels.

Signature

@property geometry @pure_virtual {
    get {}
    set {}
    values {
        rect: Eina.Rect;
    }
}

C signature

Implemented by