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

baseColor
transparency
Creates a Color structure from the specified Color structure, but with the new specified transparency value. Transparency must be a value between 0 and 100.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateColorWithTransparency( _
   ByVal baseColor As Color, _
   ByVal transparency As Short _
) As Color
C# 
public static Color CreateColorWithTransparency( 
   Color baseColor,
   short transparency
)

Parameters

baseColor
transparency

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.