Click or drag to resize

VIZViewerSetBackgroundColor Method

배경색상 변경

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void SetBackgroundColor(
	Color color1,
	Color color2
)

Parameters

color1
Type: System.DrawingColor

[Missing <param name="color1"/> documentation for "M:SHConnector.VIZViewer.SetBackgroundColor(System.Drawing.Color,System.Drawing.Color)"]

color2
Type: System.DrawingColor

[Missing <param name="color2"/> documentation for "M:SHConnector.VIZViewer.SetBackgroundColor(System.Drawing.Color,System.Drawing.Color)"]

See Also