Click or drag to resize

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
)

Parameters

widget
Type: Eto.DrawingTextureBrush
Brush to set the opacity
opacity
Type: SystemSingle
Opacity to set to the brush
See Also