Click or drag to resize

VIZViewerGetCurrentScreenToFile Method

현재 화면 파일 저장

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

Parameters

Width
Type: SystemInt32

[Missing <param name="Width"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

Height
Type: SystemInt32

[Missing <param name="Height"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

Quality
Type: SystemInt32

[Missing <param name="Quality"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

FitInBound
Type: SystemBoolean

[Missing <param name="FitInBound"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

FitForced
Type: SystemBoolean

[Missing <param name="FitForced"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

SpaceColor
Type: System.DrawingColor

[Missing <param name="SpaceColor"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

CurrentViewSize
Type: SystemBoolean

[Missing <param name="CurrentViewSize"/> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SHConnector.VIZViewer.GetCurrentScreenToFile(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Drawing.Color,System.Boolean)"]

See Also