Class InitialFillRuleRecord

Class InitialFillRuleRecord

Namespace: Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly: Aspose.Imaging.dll (25.2.0)

Initial Fill Rule Record Class

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

Inheritance

objectVectorPathRecordInitialFillRuleRecord

Inherited Members

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

Constructors

InitialFillRuleRecord()

Initializes a new instance of the Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord class.

[JsonConstructor]
public InitialFillRuleRecord()

InitialFillRuleRecord(bool)

Initializes a new instance of the Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord class.

public InitialFillRuleRecord(bool isFillStartsWithAllPixels)

Parameters

isFillStartsWithAllPixels bool

The is fill starts with all pixels.

InitialFillRuleRecord(byte[])

Initializes a new instance of the Aspose.Imaging.FileFormats.Core.VectorPaths.InitialFillRuleRecord class.

public InitialFillRuleRecord(byte[] data)

Parameters

data byte[]

The record data.

Properties

IsFillStartsWithAllPixels

Gets or sets a value indicating whether is fill starts with all pixels.

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

Property Value

bool

Type

Gets the type.

public override VectorPathType Type { get; }

Property Value

VectorPathType