Click or drag to resize
XDL

XColorTableSave Method

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

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

Parameters

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

Return Value

Type: Boolean
저장 성공 여부
See Also