| IVIZZARDServiceGetCurrentScreenToFileWithoutBuffer Method |
현재 화면 파일로 저장
가상 윈도우 설정 후 사용 (SetMemBufferMode)
Namespace:
SHConnector
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax string GetCurrentScreenToFileWithoutBuffer(
int Width,
int Height,
int Quality,
bool CurrentViewSize,
bool FitScreen,
float Margine
)
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
자동 화면 맞춤 - Margine
- Type: SystemSingle
여백 사이즈
Return Value
Type:
String저장된 파일
See Also