Table of Contents

Class CdrFill

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr fill

public class CdrFill : CdrDictionaryItem, IDisposable
Inheritance
CdrFill
Implements
Inherited Members

Constructors

CdrFill()

public CdrFill()
See Also

Properties

Color1

Gets or sets the color1.

public CdrColor Color1 { get; set; }

Property Value

CdrColor

The color1.

See Also

Color2

Gets or sets the color2.

public CdrColor Color2 { get; set; }

Property Value

CdrColor

The color2.

See Also

FillType

Gets or sets the type of the fill.

public CdrFillType FillType { get; set; }

Property Value

CdrFillType

The type of the fill.

See Also

Gradient

Gets or sets the gradient.

public CdrGradient Gradient { get; set; }

Property Value

CdrGradient

The gradient.

See Also

ImageFill

Gets or sets the image fill.

public CdrImageFill ImageFill { get; set; }

Property Value

CdrImageFill

The image fill.

See Also

Methods

ReleaseManagedResources()

Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.

protected override void ReleaseManagedResources()
See Also

See Also