Click or drag to resize
XDL

XTextureLoad Method

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

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

Parameters

strFileName
Type: SystemString
Image path

Return Value

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