Click or drag to resize

TextureBrushIHandlerCreate Method

Creates a brush object with the specified image and opacity

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Object Create(
	Image image,
	float opacity
)

Parameters

image
Type: Eto.DrawingImage
Image.
opacity
Type: SystemSingle
Opacity.

Return Value

Type: Object
ControlObject for the brush
See Also