Table of Contents

Efl.Gfx.Path.length

Values


Signature

@property length {
    get {}
    values {
        commands: uint;
        points: uint;
    }
}

C signature

void efl_gfx_path_length_get(const Eo *obj, unsigned int *commands, unsigned int *points);

Implemented by