Class CmxFillStyle

Class CmxFillStyle

Tên không gian: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Tổng hợp: Aspose.Imaging.dll (25.4.0)

Phong cách đầy đủ cho hình dạng.

[JsonObject(MemberSerialization.OptIn)]
public class CmxFillStyle

Inheritance

object CmxFillStyle

Thành viên thừa kế

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

Constructors

CmxFillStyle()

public CmxFillStyle()

Properties

Color1

Nhận hoặc đặt màu chính.

[JsonProperty]
public CmxColor Color1 { get; set; }

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

CmxColor

Color2

Nhận hoặc đặt màu thứ hai.

[JsonProperty]
public CmxColor Color2 { get; set; }

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

CmxColor

FillType

Nhận hoặc đặt loại lấp đầy.

[JsonProperty]
public FillTypes FillType { get; set; }

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

FillTypes

Gradient

Nhận hoặc đặt thông tin gradient.

[JsonProperty]
public CmxGradient Gradient { get; set; }

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

CmxGradient

ImageFill

Nhận hoặc đặt hình ảnh điền thông tin.

[JsonProperty]
public CmxImageFill ImageFill { get; set; }

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

CmxImageFill

Transform

Nhận hoặc đặt lấp đầy chuyển đổi.

[JsonProperty]
public Matrix Transform { get; set; }

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

Matrix

Methods

Equals(CmxFillStyle)

Kiểm tra xem các đối tượng có bình đẳng hay không.

protected bool Equals(CmxFillStyle other)

Parameters

other CmxFillStyle

đối tượng khác.

Returns

bool

Kết quả so sánh bình đẳng

Equals(đối tượng)

Kiểm tra xem các đối tượng có bình đẳng hay không.

public override bool Equals(object obj)

Parameters

obj object

đối tượng khác.

Returns

bool

Kết quả so sánh bình đẳng

GetHashCode()

Nhận mã hash của đối tượng hiện tại.

public override int GetHashCode()

Returns

int

Mã hash

ToString()

Trở lại một System.String đại diện cho trường hợp này.

public override string ToString()

Returns

string

Một hệ thống.String đại diện cho trường hợp này.

 Tiếng Việt