ComponentOne FlexChart for WinForms
SetOpacity Method


C1.Chart Namespace > IRenderEngine Interface : SetOpacity Method
Brush object
Opacity
Changes the brush opacity.
Syntax
'Declaration
 
Function SetOpacity( _
   ByVal brush As Object, _
   ByVal opacity As Double _
) As Object
'Usage
 
Dim instance As IRenderEngine
Dim brush As Object
Dim opacity As Double
Dim value As Object
 
value = instance.SetOpacity(brush, opacity)
object SetOpacity( 
   object brush,
   double opacity
)

Parameters

brush
Brush object
opacity
Opacity

Return Value

Brush object
See Also

Reference

IRenderEngine Interface
IRenderEngine Members