Interface ITextureBrush

Interface ITextureBrush

名称: Aspose.Html.Drawing 编辑: Aspose.HTML.dll (25.4.0)

定义使用图像填写形状的内部的刷接口。

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

Implements

ITransformableBrush , IBrush , IDisposable

Properties

ColorMap

每个元素都是旧的颜色,每个奇怪的元素都是新的颜色。

Color[] ColorMap { get; }

财产价值

Color ( )

Image

接收或设置由刷子使用的图像。

byte[] Image { get; }

财产价值

byte ( )

ImageArea

指定刷子所使用的图像的部分。如果它相当于RectangleF.Empty,那么整个图像将被使用。坐标在像素中。

RectangleF ImageArea { get; }

财产价值

RectangleF

Opacity

在颜色转换矩阵中获得不透明度值。

float Opacity { get; set; }

财产价值

float

 中文