|
|
Nan
|
public class NanRectangle : NanObj
The NanRectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| NanRectangle | NanRectangle 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다. |
| Name | Description | |
|---|---|---|
| CalcRange | 객체의 최소, 최대 범위를 계산한다. (Overrides NanObjCalcRange) | |
| Clone | 객체를 복사한다. (Overrides NanObjClone) | |
| Set | NanRectangle 객체 위치를 설정한다. | |
| SetRotateAngle |
객체의 회전값을 설정한다. 객체 중심 위치와 북쪽 방향을 기준으로 설정한 각도만큼 회전한다.
world 좌표계 기준.
(Overrides NanObjSetRotateAngle(Double)) | |
| ToObjectString | 객체 class 이름을 가져온다. |