CreateBrushScope struct CreateBrushScope Helper to scope the lifetime of a HBRUSH. Documentation Code public HBRUSH HBRUSH { get; } public bool IsNull { get; } public CreateBrushScope(Color color) Creates a solid brush based on the color using CreateSolidBrush. public static HBRUSH op_Implicit(ref CreateBrushScope scope) public static HGDIOBJ op_Implicit(ref CreateBrushScope scope) public void Dispose()