Click or drag to resize
XDL

NXCompassDraw Method

그리기 함수

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool Draw(
	int cx,
	int cy,
	XAngle azimuth,
	int nSizeX,
	int nSizeY
)

Parameters

cx
Type: SystemInt32
나침반을 그릴 때 스크린좌표 x의 위치.
cy
Type: SystemInt32
나침반을 그릴 때 스크린좌표 y의 위치.
azimuth
Type: Pixoneer.NXDLXAngle
나침반의 방위각
nSizeX
Type: SystemInt32
나침반의 화면에서 x크기.
nSizeY
Type: SystemInt32
나침반의 화면에서 y크기.

Return Value

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