Click or drag to resize

TextureBrush Class

Defines a brush with an image texture for use with Graphics fill operations
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class TextureBrush : Brush, 
	ITransformBrush

The TextureBrush type exposes the following members.

Constructors
  NameDescription
Public methodTextureBrush
Initializes a new instance of the TextureBrush class.
Top
Properties
  NameDescription
Public propertyHandler
Gets the platform handler object for the widget
(Overrides BrushHandler.)
Public propertyImage
Gets the texture's image to paint with
Public propertyStatic memberInstantiator Obsolete.
Gets an instantiator for the texture brush to create instances
Public propertyOpacity
Gets or sets the opacity of the brush texture
Public propertyTransform
Gets or sets the transform for this brush
Top
See Also