Click or drag to resize
XDL

XvcBitmapSetImage Method

파일 경로 문자열로부터 이미지 파일을 로딩한다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public bool SetImage(
	string strPath,
	ref string strError
)

Parameters

strPath
Type: SystemString
[In] 비트맵 파일 경로.
strError
Type: SystemString
[Out] 에러 메시지 문자열.

Return Value

Type: Boolean
로딩이 완료되면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also