Class OdGradientBrush

Class OdGradientBrush

Tên không gian: Aspose.Imaging.FileFormats.OpenDocument.Objects.Brush Tổng hợp: Aspose.Imaging.dll (25.4.0)

Gradient đầy đủ

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

Inheritance

object OdBrush OdGradientBrush

Implements

ICloneable

Thành viên thừa kế

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

Nhận hoặc đặt góc.

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

Giá trị bất động sản

float

BrushStyle

nhận được phong cách.

public override OdBrushStyle BrushStyle { get; }

Giá trị bất động sản

OdBrushStyle

EndColor

Nhận hoặc đặt màu cuối.

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

Giá trị bất động sản

int

GradientStyle

Nhận hoặc thiết lập phong cách gradient.

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

Giá trị bất động sản

OdGradientStyle

StartColor

Nhận hoặc đặt màu khởi đầu.

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

Giá trị bất động sản

int

Methods

Clone()

Clone trường hợp này.

public override object Clone()

Returns

object

Sự trở lại của trường hợp mới của nguồn Brush

 Tiếng Việt