4 references to HRGN
System.Private.Windows.Core (4)
Windows.Win32.HRGN.g.cs (4)
31
internal HRGN(IntPtr value):
this
((void*)value)
41
public static explicit operator HRGN(void* value) => new
HRGN
(value);
57
public static explicit operator HRGN(IntPtr value) => new
HRGN
((void*)value.ToPointer());
59
public static explicit operator HRGN(UIntPtr value) => new
HRGN
((void*)value.ToPointer());