Click or drag to resize

ITransformBrush Interface

Interface for brushes with a transform

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

The ITransformBrush type exposes the following members.

Properties
  NameDescription
Public propertyTransform
Gets or sets the transform for this brush
Top
Remarks
The transform is used to specify how the brush will be applied to the drawing.
See Also