ITextureBrush Interface
Defines brush interface that uses an image to fill the interior of a shape.

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public interface ITextureBrush : ITransformableBrush, 
	IBrush

The ITextureBrush type exposes the following members.

Properties
  NameDescription
Public propertyColorMap
The number of elements must be even. Every even element is old color. Every odd element is new color.
Public propertyImage
Gets or sets the image used by the brush.
Public propertyImageArea
Specifies the portion of the image used by the brush. If it equals RectangleF.Empty then the whole image will be used. Coordinates are in pixels.
Public propertyOpacity
Get opacity value in a color transform matrix.
Public propertyTransformationMatrix
Get the transform. The transform defines a local geometric transform for this brush.
(Inherited from ITransformableBrush.)
Public propertyType
Get type of brush;
(Inherited from IBrush.)
Public propertyWrapMode
Gets or sets the wrap mode. Wrap mode specifies how a texture or gradient is tiled when it is smaller than the area being filled.
(Inherited from ITransformableBrush.)
See Also