 
            This function sets the X and Y coordinates of the image layer's left/top point.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_image_layer_location_set(
        HIGIMAGELAYER hLayer,
        LPAT_POINT lpLocation
);
 | |
| Name | Type | Description | 
|---|---|---|
| hLayer | HIGIMAGELAYER | Handle to the image layer object. | 
| lpLocation | LPAT_POINT | the X and Y coordinates of the image layer's left/top point. | 
Error count.
All pixel formats supported by ImageGear for C and C++.