Click or drag to resize
XDL

NXImageLayerEnableShaderAlgorithm Method

쉐이터 알고리즘을 적용할지를 설정한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public bool EnableShaderAlgorithm(
	bool bEnable
)

Parameters

bEnable  Boolean
bEnable이 true이면 쉐이더 알고리즘을 적용한다.

Return Value

Boolean
설정되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also