Class EmfLogBrushEx
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
The LogBrushEx object defines the style, color, and pattern of a device-independent brush.
public sealed class EmfLogBrushEx : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfLogBrushEx
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfLogBrushEx()
public EmfLogBrushEx()
Properties
Argb32ColorRef
Gets or sets a 32-bit WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies a color. The interpretation of this field depends on the value of BrushStyle, as explained in the following table.
public int Argb32ColorRef { get; set; }
Property Value
BrushHatch
Gets or sets a 32-bit unsigned field that contains the brush hatch data. Its interpretation depends on the value of BrushStyle,
public EmfHatchStyle BrushHatch { get; set; }
Property Value
BrushStyle
Gets or sets a 32-bit unsigned integer that specifies the brush style. The value MUST be an enumeration from WMF BrushStyle enumeration ([MS-WMF] section 2.1.1.4). The style values that are supported in this structure are listed later in this section. The BS_NULL style SHOULD be used to specify a brush that has no effect.
public WmfBrushStyle BrushStyle { get; set; }