Home
Previous NextName
EM_LM_CreateImage
Synopsis
int __cdecl EM_LM_CreateImage(char *pszFileName,int x,int y);
Description
Create a image layer if the active layer is not a frame layer, else this will set the image to the active layer.
Parameter
pszFileName: Input, image file name.
x: Input,horizontal offset.
y: Input,vertical offset.
Return
EPC_SUCCESS on success.