|
XvcBitmapSetImage Method
|
파일 경로 문자열로부터 이미지 파일을 로딩한다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntaxpublic bool SetImage(
string strPath,
ref string strError
)
Parameters
- strPath String
- [In] 비트맵 파일 경로.
- strError String
- [Out] 에러 메시지 문자열.
Return Value
Boolean 로딩이 완료되면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also