Interface IGradientBrush

Interface IGradientBrush

Název místa: Aspose.Html.Drawing Sbírka: Aspose.HTML.dll (25.4.0)

Vyjádřete metody získání společných vlastností gradientních brýl.

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

Implements

ITransformableBrush , IBrush , IDisposable

Properties

BlendFactors

Obdrží nebo nastaví směsné faktory, které definují přizpůsobený falloff pro gradient.

float[] BlendFactors { get; set; }

Hodnota nemovitosti

float []a[]

BlendPositions

Obdrží nebo nastaví směsné pozice, které definují přizpůsobený falloff pro gradient.

float[] BlendPositions { get; set; }

Hodnota nemovitosti

float []a[]

InterpolationColors

Obdrží nebo nastaví barvy interpolace, které definují multikolorní lineární gradient.

IInterpolationColor[] InterpolationColors { get; set; }

Hodnota nemovitosti

IInterpolationColor []a[]

 Čeština