Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TextureBrush(
Image image,
float opacity = 1f
)
Public Sub New (
image As Image,
Optional opacity As Single = 1F
)
new :
image : Image *
?opacity : float32
(* Defaults:
let _opacity = defaultArg opacity 1f
*)
-> TextureBrush
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