Click or drag to resize

IVIZZARDServiceGetCurrentScreenToFile Method (Int32, Int32, Int32, Boolean, Boolean, Color, Boolean)

현재 화면 파일로 저장

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
string GetCurrentScreenToFile(
	int Width,
	int Height,
	int Quality,
	bool FitInBound,
	bool FitForced,
	Color SpaceColor,
	bool CurrentViewSize
)

Parameters

Width
Type: SystemInt32
Width : Pixels
가로 길이
Height
Type: SystemInt32
Height : Pixels
세로 길이
Quality
Type: SystemInt32
Quality : 1 ~ 100
품질 : 기본값 100%
FitInBound
Type: SystemBoolean
지정된 가로*세로 길이에 이미지를 맞춤
FitForced
Type: SystemBoolean
강제로 맞춤
SpaceColor
Type: System.DrawingColor
여백 색상
CurrentViewSize
Type: SystemBoolean
현재 화면 크기를 사용하며, Width/Height는 무시 됨.

Return Value

Type: String
Saved file path
저장된 파일
See Also