2 references to CreatePenScope
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\CreatePenScope.cs (2)
32
public static implicit operator HPEN(in
CreatePenScope
scope) => scope.HPEN;
33
public static implicit operator HGDIOBJ(in
CreatePenScope
scope) => (HGDIOBJ)scope.HPEN.Value;