ExitDrawMode
Overloads
| Name | Description |
|---|---|
| ExitDrawMode() | 그리기 마크업 모드 종료 |
| ExitDrawMode(bool thumbnailImage) | 그리기 마크업 모드 종료 |
| ExitDrawMode(int imageWidth, int imageHeight) | 그리기 마크업 모드 종료 |
ExitDrawMode()
public void ExitDrawMode()
그리기 마크업 모드 종료
ExitDrawMode(bool thumbnailImage)
public void ExitDrawMode(bool thumbnailImage)
그리기 마크업 모드 종료
Parameters
| Name | Type | Description |
|---|---|---|
| thumbnailImage | bool | Append Thumbnail Image (Default : 320 x 240) |
ExitDrawMode(int imageWidth, int imageHeight)
public void ExitDrawMode(int imageWidth, int imageHeight)
그리기 마크업 모드 종료
Parameters
| Name | Type | Description |
|---|---|---|
| imageWidth | int | Thumbnail Image Width |
| imageHeight | int | Thumbnail Image Height |