UIHostColors.CombineColors 方法
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Shared Function CombineColors ( _
c1 As Color, _
a1 As Integer, _
c2 As Color, _
a2 As Integer _
) As Color
public static Color CombineColors(
Color c1,
int a1,
Color c2,
int a2
)
參數
- c1
型別:System.Drawing.Color
- a1
型別:System.Int32
- c2
型別:System.Drawing.Color
- a2
型別:System.Int32
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。