Interface IGradientBrush

Interface IGradientBrush

Tên không gian: Aspose.Html.Drawing Tổng hợp: Aspose.HTML.dll (25.4.0)

Xác định các phương pháp để có được các thuộc tính phổ biến của gạch gradient.

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

Implements

ITransformableBrush , IBrush , IDisposable

Properties

BlendFactors

Nhận hoặc đặt các yếu tố pha trộn định nghĩa một falloff tùy chỉnh cho gradient.

float[] BlendFactors { get; set; }

Giá trị bất động sản

float [ ]

BlendPositions

Nhận hoặc đặt các vị trí hỗn hợp định nghĩa một falloff tùy chỉnh cho gradient.

float[] BlendPositions { get; set; }

Giá trị bất động sản

float [ ]

InterpolationColors

Nhận hoặc đặt các màu interpolation mà xác định một gradient tuyến tính đa màu.

IInterpolationColor[] InterpolationColors { get; set; }

Giá trị bất động sản

IInterpolationColor [ ]

 Tiếng Việt