ActiveReports 8
ApplyTransparency Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > ColorEx Structure : ApplyTransparency Method

color
transparency

Glossary Item Box

Adjust the color with provided transparency.

Syntax

Visual Basic (Declaration) 
Public Shared Function ApplyTransparency( _
   ByVal color As ColorEx, _
   ByVal transparency As System.Double _
) As ColorEx
C# 
public static ColorEx ApplyTransparency( 
   ColorEx color,
   System.double transparency
)

Parameters

color
transparency

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also