Class WmfDibCreatePatternBrush
Class WmfDibCreatePatternBrush
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
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
object ← MetaObject ← WmfObject ← WmfGraphicObject ← WmfDibCreatePatternBrush
Inherited Members
WmfGraphicObject.Index, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfDibCreatePatternBrush()
public WmfDibCreatePatternBrush()
Properties
ColorUsage
Gets or sets the color usage.
public WmfColorUsageEnum ColorUsage { get; set; }
Property Value
SourceBitmap
Gets or sets the source bitmap.
public WmfDeviceIndependentBitmap SourceBitmap { get; set; }
Property Value
Style
Gets or sets the style.
public WmfBrushStyle Style { get; set; }