Class WmfCreatePatternBrush
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_CREATEPATTERNBRUSH record creates a brush object with a pattern specified by a bitmap.
public class WmfCreatePatternBrush : WmfGraphicObject
- Inheritance
-
WmfCreatePatternBrush
- Inherited Members
Constructors
WmfCreatePatternBrush()
public WmfCreatePatternBrush()
Properties
Bitmap
Gets or sets the bitmap.
public WmfBitmap16 Bitmap { get; set; }
Property Value
- WmfBitmap16
The bitmap that specifies the pattern for the brush.
Pattern
Gets or sets the pattern.
public byte[] Pattern { get; set; }
Property Value
- byte[]
A variable-length array of bytes that defines the bitmap pixel data that composes the brush pattern. The length of this field, in bytes, can be computed from bitmap parameters as follows.
Reserved
Gets or sets the reserved.
public byte[] Reserved { get; set; }
Property Value
- byte[]
The reserved. This field MUST be ignored.