Click or drag to resize
XDL

NXPlanetLayerProcessScreenToWorldConvLevel Method

사용자가 ScreenToWorld 함수를 호출할 때 처리 수준을 제어하는 고급 함수이다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public bool ProcessScreenToWorldConvLevel(
	NXPlanetDrawArgs e,
	int nConvLevel
)

Parameters

e  NXPlanetDrawArgs
소스 Planet 뷰의 그리기 인수.
nConvLevel  Int32
대상의 변환 레벨.

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also