| IVIZZARDServiceGetCurrentScreenToFile Method (Int32, Int32, Int32, Boolean, Boolean) |
현재 화면 파일로 저장
Namespace:
SHConnector
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax string GetCurrentScreenToFile(
int Width,
int Height,
int Quality,
bool CurrentViewSize,
bool FitScreen
)
Parameters
- Width
- Type: SystemInt32
Width : Pixels
가로 길이 - Height
- Type: SystemInt32
Height : Pixels
세로 길이 - Quality
- Type: SystemInt32
Quality : 1 ~ 100
품질 : 기본값 100% - CurrentViewSize
- Type: SystemBoolean
현재 화면 크기를 사용하며, Width/Height는 무시 됨. - FitScreen
- Type: SystemBoolean
자동 화면 맞춤
Return Value
Type:
String저장된 파일
See Also