Interface ILinearGradientBrush
Interface ILinearGradientBrush
Nazwa przestrzeń: Aspose.Html.Drawing Zestaw: Aspose.HTML.dll (25.4.0)
Definuje interfejs dla szczoteczki z liniowym gradientem.
[ComVisible(true)]
public interface ILinearGradientBrush : IGradientBrush, ITransformableBrush, IBrush, IDisposable
Implements
IGradientBrush , ITransformableBrush , IBrush , IDisposable
Properties
Angle
Znajduje lub ustawia kąt, mierzony w stopniach zegarowych z osi x, linii orientacyjnej gradienta.
float Angle { get; set; }
Wartość nieruchomości
Rect
Uzyskuje lub ustawia rektangularną strefę, która określa punkty rozpoczęcia i zakończenia gradienta.
RectangleF Rect { get; set; }