Click or drag to resize
XDL

XColorTableSave Method

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

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

Parameters

strPath  String
저장할 파일 경로(포맷:*.pal)
strError  String
에러 메세지

Return Value

Boolean
저장 성공 여부
See Also