Click or drag to resize

VIZViewerSetObjectsColorAndAlpha Method

모델 색상 및 투명도 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public void SetObjectsColorAndAlpha(
	int[] NodeIndex,
	Color color,
	int alpha
)

Parameters

NodeIndex
Type: SystemInt32

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

color
Type: System.DrawingColor

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

alpha
Type: SystemInt32

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

See Also