|
NanBitmapSetPosition Method
|
NanBitmap 객체의 위치를 설정한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic 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