Interface IGradientBrush

Interface IGradientBrush

Pôvodný názov: Aspose.Html.Drawing Zhromaždenie: Aspose.HTML.dll (25.4.0)

Vyjadrujte metódy získania bežných vlastností gradientových brúsok.

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

Implements

ITransformableBrush , IBrush , IDisposable

Properties

BlendFactors

Získava alebo nastaví zmiešané faktory, ktoré definujú špecifický falloff pre gradient.

float[] BlendFactors { get; set; }

Hodnota nehnuteľnosti

float []

BlendPositions

Získa alebo nastaví pozície miešania, ktoré definujú špecifický falloff pre gradient.

float[] BlendPositions { get; set; }

Hodnota nehnuteľnosti

float []

InterpolationColors

Získa alebo nastaví farby interpolácie, ktoré definujú viacfarebný lineárny gradient.

IInterpolationColor[] InterpolationColors { get; set; }

Hodnota nehnuteľnosti

IInterpolationColor []

 Slovenčina