SetOpacity Method (IRenderEngine)
In This Topic
Changes the brush opacity.
Syntax
'Declaration
Function SetOpacity( _
ByVal As System.Object, _
ByVal As System.Double _
) As System.Object
System.object SetOpacity(
System.object ,
System.double
)
Parameters
- brush
- Brush object
- opacity
- Opacity
Return Value
Brush object
See Also