ITransformableBrush Interface
ITransformableBrush interface
Desclares methods for getting transformation matrix and wrap mode.
public interface ITransformableBrush : IBrush
Properties
Name | Description |
---|---|
SpreadMode { get; set; } | Gets or sets the SpreadMode mode. SpreadMode mode specifies how a texture or gradient is tiled when it is smaller than the area being filled. |
TransformationMatrix { get; set; } | Get the transform. The transform defines a local geometric transform for this brush. |
See Also
- interface IBrush
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML