Interface IGradientBrush

Interface IGradientBrush

Nazwa przestrzeń: Aspose.Html.Drawing Zestaw: Aspose.HTML.dll (25.4.0)

Deklaracja metod uzyskania wspólnych właściwości szczoteczek gradientowych.

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

Implements

ITransformableBrush , IBrush , IDisposable

Properties

BlendFactors

Otrzymuje lub ustawia czynniki mieszania, które określają przyzwyczajony falloff dla gradienta.

float[] BlendFactors { get; set; }

Wartość nieruchomości

float [ ]

BlendPositions

Otrzymuje lub ustawia pozycje mieszania, które określają przyzwoity falloff dla gradienta.

float[] BlendPositions { get; set; }

Wartość nieruchomości

float [ ]

InterpolationColors

Otrzymuje lub ustawia kolory interpolacji, które określają wielobarwny linearny gradient.

IInterpolationColor[] InterpolationColors { get; set; }

Wartość nieruchomości

IInterpolationColor [ ]

 Polski
OSZAR »