ObjectScope struct ObjectScope Helper to scope lifetime of a GDI object. Deletes the given object (if any) when disposed. Documentation Code public HGDIOBJ HGDIOBJ { get; } public ObjectScope(HGDIOBJ object) public static HGDIOBJ op_Implicit(ref ObjectScope objectScope) public void Dispose()