Click or drag to resize
XDL

XDMCompositeGetSTB Method

Stretch Table을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetSTB(
	ref byte[] STB,
	int Idx
)

Parameters

STB  Byte
[Out] Stretch Table 객체.
Idx  Int32
[In] Composite 인덱스
See Also