Interface ITransformableBrush

Interface ITransformableBrush

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)

Desclares methods for getting transformation matrix and wrap mode.

[ComVisible(true)]
public interface ITransformableBrush : IBrush, IDisposable

Implements

IBrush, IDisposable

Properties

SpreadMode

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.

SpreadMode SpreadMode { get; set; }

Property Value

SpreadMode

TransformationMatrix

Get the transform. The transform defines a local geometric transform for this brush.

IMatrix TransformationMatrix { get; set; }

Property Value

IMatrix