예제 #1
0
파일: LedDll.cs 프로젝트: kyo2237129199/ZDW
 public static extern int LV_AddMultiLineTextToImageTextArea(int hProgram,int ProgramNo,int AreaNo,int AddType,string AddStr,ref FONTPROP pFontProp,ref PLAYPROP pPlayProp,int nAlignment,int IsVCenter);
예제 #2
0
파일: LedDll.cs 프로젝트: kyo2237129199/ZDW
 public static extern int LV_AddFileToImageTextArea(int hProgram,int ProgramNo,int AreaNo,string FilePath,ref PLAYPROP pPlayProp);
예제 #3
0
파일: LedDll.cs 프로젝트: kyo2237129199/ZDW
 public static extern int LV_AddSingleLineTextToImageTextArea(int hProgram,int ProgramNo,int AreaNo,int AddType,string AddStr,ref FONTPROP pFontProp,ref PLAYPROP pPlayProp);
예제 #4
0
 public static int AddFileToImageTextArea(int hProgram, int ProgramNo, int AreaNo, string FilePath, ref PLAYPROP pPlayProp) => LV_AddFileToImageTextArea(hProgram, ProgramNo, AreaNo, FilePath, ref pPlayProp);