Click or drag to resize
XDL

XTextureLoad Method

입력된 경로에 대한 파일을 로딩한다. 예를 들어 PNG, BMP, JPG등을 로딩하여 화면에 도시할 수 있다.

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public bool Load(
	string strFileName
)

Parameters

strFileName  String
Image path

Return Value

Boolean
성공이면 true, 실패이면 false
See Also