Click or drag to resize
XDL

NXPlanetEngineOnSize Method

윈도우 메세지 창의 크기를 조정하며, 엔진 메세지 필터가 크기 조절 될 때 자동으로 불린다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool OnSize(
	IntPtr handle,
	int width,
	int height
)

Parameters

handle
Type: SystemIntPtr
윈도우 창 크기 조절의 핸들.
width
Type: SystemInt32
새로운 너비 x 값
height
Type: SystemInt32
새로운 높이 y 값

Return Value

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