Interface ILinearGradientBrush

Interface ILinearGradientBrush

Nazwa przestrzeń: Aspose.Svg.Drawing Zgromadzenie: Aspose.SVG.dll (25.5.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

float

Rect

Uzyskuje lub ustawia rektangularną strefę, która określa punkty rozpoczęcia i zakończenia gradienta.

RectangleF Rect { get; set; }

Wartość nieruchomości

RectangleF

 Polski