Click or drag to resize

TextureBrush Constructor

Initializes a new instance of the TextureBrush class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TextureBrush(
	Image image,
	float opacity = 1f
)

Parameters

image
Type: Eto.DrawingImage
Image for the brush
opacity (Optional)
Type: SystemSingle
Opacity of the texture to apply to the brush when painting
See Also