Interface ILinearGradientBrush
Interface ILinearGradientBrush
名称: Aspose.Html.Drawing 编辑: Aspose.HTML.dll (25.4.0)
定义一个接口与线性格拉迪安特的刷子。
[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable
Implements
IGradientBrush , ITransformableBrush , IBrush , IDisposable
Properties
Angle
接收或设置角,从 x 轴,从格拉迪安的方向线,测量在等级时钟。
float Angle { get; set; }
财产价值
Rect
接收或设置直角区域,定义格拉迪安的起点和终点。
RectangleF Rect { get; set; }