LogBrush

EmfCreateBrushIndirect.LogBrush property

Gets or sets A LogBrushEx object (section 2.2.12) that specifies the style, color, and pattern of the logical brush. The BrushStyle field in this object MUST be BS_SOLID, BS_HATCHED, or BS_NULL.

public EmfLogBrushEx LogBrush { get; set; }

See Also