Interface ILinearGradientBrush

Interface ILinearGradientBrush

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

Definuje rozhraní pro brusle s lineárním gradientem.

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

Implements

IGradientBrush , ITransformableBrush , IBrush , IDisposable

Properties

Angle

Obdrží nebo nastaví úhel, měřený v stupních hodinově z x-axe, orientační linie gradientu.

float Angle { get; set; }

Hodnota nemovitosti

float

Rect

Obdrží nebo nastaví rektangulární oblast, která definuje počáteční a končí body gradientu.

RectangleF Rect { get; set; }

Hodnota nemovitosti

RectangleF

 Čeština