Layer Manager Functions

Home   Previous   Next


Name

EM_LM_CreateFrame

Synopsis

int __cdecl EM_LM_CreateFrame(char *pszFileName,int x,int y);

Description

If the active layer if a frame layer, this will change the active layer's frame, and if the active layer is a image layer, this will Create a frame layer with it's image then delete the image layer, all else this create a frame layer only with a frame.

Parameter

pszFileName: Input, frame file name.
x: Input, offset of horizontal.
y: Input, offset of vertical.


Return

EPC_SUCCESS on success.