Click or drag to resize

IVIZZARDServiceSetObjectsColorAndAlpha Method

색상, Alpha 설정(변경)

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

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스 배열
color
Type: System.DrawingColor
Color
alpha
Type: SystemInt32
Alpha
See Also