Class WmfDibCreatePatternBrush
WmfDibCreatePatternBrush class
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
Constructors
Properties
Name | Description |
---|
ColorUsage { get; set; } | Gets or sets the color usage. |
Index { get; set; } | Gets or sets the index. |
SourceBitmap { get; set; } | Gets or sets the source bitmap. |
Style { get; set; } | Gets or sets the style. |
See Also