Click or drag to resize

IVIZZARDServiceSetSelectedObjectColorAndAlpha Method

선택한 대상의 색상, 투명도 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetSelectedObjectColorAndAlpha(
	Color color,
	int AlphaPercent
)

Parameters

color
Type: System.DrawingColor
색상
AlphaPercent
Type: SystemInt32
투명도
See Also