Click or drag to resize
XDL

NXPlanetView Constructor (XFrameCaptureBuffer, Boolean)

화면에 표시하지 않고 프레임버퍼로 그릴 뷰를 만든다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public NXPlanetView(
	XFrameCaptureBuffer capture,
	bool earth3D
)

Parameters

capture
Type: Pixoneer.NXDL.NGRXFrameCaptureBuffer
프레임 갈무리 버퍼.
earth3D
Type: SystemBoolean
3차원 지구 모드 또는 2D 모드 선택.
See Also