Table of Contents

Class EmfCreateBrushIndirect

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations.

public sealed class EmfCreateBrushIndirect : EmfObjectCreationRecordType
Inheritance
EmfCreateBrushIndirect
Inherited Members

Constructors

EmfCreateBrushIndirect()

Initializes a new instance of the EmfCreateBrushIndirect class.

public EmfCreateBrushIndirect()

EmfCreateBrushIndirect(EmfRecord)

Initializes a new instance of the EmfCreateBrushIndirect class.

public EmfCreateBrushIndirect(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

IhBrush

Gets or sets A 32-bit unsigned integer that specifies the index of the logical brush object in the EMF Object Table (section 3.1.1.1). This index MUST be saved so that this object can be reused or modified.

public int IhBrush { get; set; }

Property Value

int

LogBrush

Gets or sets A LogBrushEx object (section 2.2.12) that specifies the style, color, and pattern of the logical brush. The BrushStyle field in this object MUST be BS_SOLID, BS_HATCHED, or BS_NULL.

public EmfLogBrushEx LogBrush { get; set; }

Property Value

EmfLogBrushEx