Click or drag to resize

TextureBrushIHandler Interface

Platform handler interface for TextureBrush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : BrushIHandler

The TextureBrushIHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a brush object with the specified image and opacity
Public methodGetTransform
Gets the transform for the specified brush
Public methodSetOpacity
Sets the opacity of the texture brush
Public methodSetTransform
Sets the transform for the specified brush
Top
See Also