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
Public Interface ITransformBrush
type ITransformBrush = interface end
The ITransformBrush type exposes the following members.
Properties
| Name | Description |
---|
| Transform |
Gets or sets the transform for this brush
|
TopRemarks
The transform is used to specify how the brush will be applied to the drawing.
See Also