Click or drag to resize
XDL

XvcBitmapSetPosition Method

XvcBitmap 객체의 위치를 설정한다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void SetPosition(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
[In] 최소 X 좌표.
top
Type: SystemDouble
[In] 최대 Y 좌표.
right
Type: SystemDouble
[In] 최대 X 좌표.
bottom
Type: SystemDouble
[In] 최소 Y 좌표.
See Also