Table of Contents

Class InitialFillRuleRecord

Namespace
Aspose.Imaging.FileFormats.Core.VectorPaths
Assembly
Aspose.Imaging.dll

Initial Fill Rule Record Class

public class InitialFillRuleRecord : VectorPathRecord
Inheritance
InitialFillRuleRecord
Inherited Members

Constructors

InitialFillRuleRecord()

Initializes a new instance of the InitialFillRuleRecord class.

public InitialFillRuleRecord()

InitialFillRuleRecord(bool)

Initializes a new instance of the InitialFillRuleRecord class.

public InitialFillRuleRecord(bool isFillStartsWithAllPixels)

Parameters

isFillStartsWithAllPixels bool

The is fill starts with all pixels.

InitialFillRuleRecord(byte[])

Initializes a new instance of the 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.

public bool IsFillStartsWithAllPixels { get; set; }

Property Value

bool

The is fill starts with all pixels.

Type

Gets the type.

public override VectorPathType Type { get; }

Property Value

VectorPathType

The type.