WmfCreatePatternBrush Class
Summary: The META_CREATEPATTERNBRUSH record creates a brush object with a pattern
specified by a bitmap.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfCreatePatternBrush
Inheritance: WmfGraphicObject
Constructors
| Name | Description |
|---|---|
| WmfCreatePatternBrush() | WMFs the record. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bitmap | WmfBitmap16 | r/w | Gets or sets the bitmap. |
| index | int | r/w | Gets or sets the index. |
| pattern | System.Byte | r/w | Gets or sets the pattern. |
| reserved | System.Byte | r/w | Gets or sets the reserved. |
Constructor: WmfCreatePatternBrush()
WmfCreatePatternBrush()
WMFs the record.