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
)
Function Create (
image As Image,
opacity As Single
) As Object
abstract Create :
image : Image *
opacity : float32 -> Object
Parameters
- image
- Type: Eto.DrawingImage
Image. - opacity
- Type: SystemSingle
Opacity.
Return Value
Type:
ObjectControlObject for the brush
See Also