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