Class OdGradientBrush

Class OdGradientBrush

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Gradient wypełnił

[JsonObject(MemberSerialization.OptIn)]
public class OdGradientBrush : OdBrush, ICloneable

Inheritance

object OdBrush OdGradientBrush

Implements

ICloneable

Dziedziczeni członkowie

OdBrush.Clone() , OdBrush.BrushStyle , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OdGradientBrush()

public OdGradientBrush()

Properties

Angle

Zatrzymać lub ustawić kąt.

[JsonProperty]
public float Angle { get; set; }

Wartość nieruchomości

float

BrushStyle

Zdobądź swój styl.

public override OdBrushStyle BrushStyle { get; }

Wartość nieruchomości

OdBrushStyle

EndColor

Zostaw lub ustaw kolor końcowy.

[JsonProperty]
public int EndColor { get; set; }

Wartość nieruchomości

int

GradientStyle

Dostosowuje lub ustawia styl gradientowy.

[JsonProperty]
public OdGradientStyle GradientStyle { get; set; }

Wartość nieruchomości

OdGradientStyle

StartColor

Uzyskuje lub ustawia kolor początkowy.

[JsonProperty]
public int StartColor { get; set; }

Wartość nieruchomości

int

Methods

Clone()

Klonuj tę instancję.

public override object Clone()

Returns

object

Powrót nowej instancji brwi źródłowej

 Polski