Table of Contents

Class CdrPattern

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

The cdr bitmap

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

Constructors

CdrPattern()

public CdrPattern()
See Also

Properties

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

The height.

See Also

Width

Gets or sets the width.

public int Width { get; set; }

Property Value

int

The width.

See Also

See Also