TextureBrushIHandlerSetOpacity Method |
Sets the opacity of the texture brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetOpacity(
TextureBrush widget,
float opacity
)
Sub SetOpacity (
widget As TextureBrush,
opacity As Single
)
abstract SetOpacity :
widget : TextureBrush *
opacity : float32 -> unit
Parameters
- widget
- Type: Eto.DrawingTextureBrush
Brush to set the opacity - opacity
- Type: SystemSingle
Opacity to set to the brush
See Also