Class WmfCreatePatternBrush

Class WmfCreatePatternBrush

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The META_CREATEPATTERNBRUSH record creates a brush object with a pattern specified by a bitmap.

public class WmfCreatePatternBrush : WmfGraphicObject

Inheritance

objectMetaObjectWmfObjectWmfGraphicObjectWmfCreatePatternBrush

Inherited Members

WmfGraphicObject.Index, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfCreatePatternBrush()

public WmfCreatePatternBrush()

Properties

Bitmap

Gets or sets the bitmap.

public WmfBitmap16 Bitmap { get; set; }

Property Value

WmfBitmap16

Pattern

Gets or sets the pattern.

public byte[] Pattern { get; set; }

Property Value

byte[]

Reserved

Gets or sets the reserved.

public byte[] Reserved { get; set; }

Property Value

byte[]