ESRI.ArcGIS.Mobile
CreateColorWithAlpha Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > Symbol Class : CreateColorWithAlpha Method

baseColor
alpha
Creates a Color structure from the specified Color structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateColorWithAlpha( _
   ByVal baseColor As Color, _
   ByVal alpha As Integer _
) As Color
C# 
public static Color CreateColorWithAlpha( 
   Color baseColor,
   int alpha
)

Parameters

baseColor
alpha

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.