Click or drag to resize
XDL

XColorTableLoad Method

바이너리 데이터로 저장된 칼라 테이블 정보를 로딩한다.

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

Parameters

strPath
Type: SystemString
칼라 테이블 정보가 저장된 파일(포맷:*.pal)
strError
Type: SystemString
에러 메세지

Return Value

Type: Boolean
로딩 성공 여부
See Also