Class InitialFillRuleRecord

Class InitialFillRuleRecord

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

Khởi đầu Full Rule Record Class

[JsonObject(MemberSerialization.OptIn)]
public class InitialFillRuleRecord : VectorPathRecord

Inheritance

object VectorPathRecord InitialFillRuleRecord

Thành viên thừa kế

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

Constructors

InitialFillRuleRecord()

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord.

[JsonConstructor]
public InitialFillRuleRecord()

InitialFillRuleRecord(Bool)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord.

public InitialFillRuleRecord(bool isFillStartsWithAllPixels)

Parameters

isFillStartsWithAllPixels bool

Bắt đầu với tất cả các pixel.

InitialFillRuleRecord(byte[])

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord.

public InitialFillRuleRecord(byte[] data)

Parameters

data byte [ ]

Dữ liệu kỷ lục

Properties

IsFillStartsWithAllPixels

Nhận hoặc đặt một giá trị cho thấy liệu nó được điền bắt đầu với tất cả các pixel.

[JsonProperty]
public bool IsFillStartsWithAllPixels { get; set; }

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

bool

Type

nhận được loại

public override VectorPathType Type { get; }

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

VectorPathType

 Tiếng Việt