Interface ILinearGradientBrush
Interface ILinearGradientBrush
Tên không gian: Aspose.Html.Drawing Tổng hợp: Aspose.HTML.dll (25.4.0)
Định nghĩa một giao diện cho một máy nén với một gradient tuyến tính.
[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable
Implements
IGradientBrush , ITransformableBrush , IBrush , IDisposable
Properties
Angle
Nhận hoặc đặt góc, đo bằng độ đồng hồ từ x-axis, của đường hướng của gradient.
float Angle { get; set; }
Giá trị bất động sản
Rect
Nhận hoặc đặt khu vực thẳng thắn mà xác định điểm khởi đầu và kết thúc của gradient.
RectangleF Rect { get; set; }