Click or drag to resize
XDL

NXPlanetEngineGetViewArea(IntPtr, Int32, Int32) Method

윈도의 핸들 위치에 의한 뷰를 가져온다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public NXPlanetView GetViewArea(
	IntPtr handle,
	int cx,
	int cy
)

Parameters

handle  IntPtr
윈도우 창의 핸들.
cx  Int32
윈도우 창의 x 위치.
cy  Int32
윈도우 창의 y 위치.

Return Value

NXPlanetView
뷰를 반환한다.
See Also