ClanSoft logo
ClanSoft logo

    CL_LayerManager::get_layerpos

Syntax

virtual void get_layerpos(
        int layer,
        int *x_delta,
        int *y_delta);

Parameters

layer-Layer which the position should be retrieved from.
x_delta-Pointer to integer filled with current X position.
y_delta-Pointer to integer filled with current Y position.

Description

Retrieves the current position of layer layer. Arguments to the function is two pointers to integers, which will be filled with the result.


Back to index



This page was built using the Perceps documentation system.