GetScreenToFileBy2DView
Overloads
| Name | Description |
|---|---|
| GetScreenToFileBy2DView(int width, int height, int quality, int onlyCanvasIdx) | 2D View Page 이미지 반환 |
GetScreenToFileBy2DView(int width, int height, int quality, int onlyCanvasIdx)
public Image GetScreenToFileBy2DView(int width, int height, int quality, int onlyCanvasIdx)
2D View Page 이미지 반환
Parameters
| Name | Type | Description |
|---|---|---|
| width | int | 캔버스 Width |
| height | int | 캔버스 Height |
| quality | int | 이미지 퀄리티 0 ~ 100 |
| onlyCanvasIdx | int | 해당 캔버스 이미지 (-1 : 전체) |
Returns
| Type | Description |
|---|---|
| Image | 2D View Page 이미지 |