Table of Contents

Class WmfDibCreatePatternBrush

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

The META_DIBCREATEPATTERNBRUSH record creates a Brush Object (section 2.2.1.1) with a pattern specified by a DeviceIndependentBitmap (DIB) Object (section 2.2.2.9).

public class WmfDibCreatePatternBrush : WmfGraphicObject
Inheritance
WmfDibCreatePatternBrush
Inherited Members

Constructors

WmfDibCreatePatternBrush()

public WmfDibCreatePatternBrush()

Properties

ColorUsage

Gets or sets the color usage.

public WmfColorUsageEnum ColorUsage { get; set; }

Property Value

WmfColorUsageEnum

The Colors field of a DIB Object contains explicit RGB values, or indexes into a palette.

SourceBitmap

Gets or sets the source bitmap.

public WmfDeviceIndependentBitmap SourceBitmap { get; set; }

Property Value

WmfDeviceIndependentBitmap

Variable-bit DIB Object data that defines the pattern to use in the brush.

Style

Gets or sets the style.

public WmfBrushStyle Style { get; set; }

Property Value

WmfBrushStyle

The legal values for this field are defined as follows: if the value is not BS_PATTERN, BS_DIBPATTERNPT MUST be assumed. These values are specified in the BrushStyle Enumeration (section 2.1.1.4).