Click or drag to resize
XDL

NanBitmapSetPosition Method

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

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void SetPosition(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left  Double
left
top  Double
top
right  Double
right
bottom  Double
bottom
See Also