Click or drag to resize
XDL

XFrameCaptureBufferScreenToImage Method

화면 좌표를 영상 좌표로 변환한다. 고정 크기 버퍼인 경우 두 좌표가 다를 수 있고, 가변 크기의 경우는 항상 같다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public XVertex2i ScreenToImage(
	XVertex2i sPt
)

Parameters

sPt
Type: Pixoneer.NXDLXVertex2i
화면 좌표. 왼쪽 위가 원점이다.

Return Value

Type: XVertex2i
화면 좌표에 대응하는 영상 좌표. 왼쪽 위가 원점이다.
See Also