Click or drag to resize
XDL

NXPlanetEngineGetViewArea Method (IntPtr, Int32, Int32)

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

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

Parameters

handle
Type: SystemIntPtr
윈도우 창의 핸들.
cx
Type: SystemInt32
윈도우 창의 x 위치.
cy
Type: SystemInt32
윈도우 창의 y 위치.

Return Value

Type: NXPlanetView
뷰를 반환한다.
See Also