3 instantiations of PICTDESC
System.Private.Windows.Core (3)
Windows\Win32\System\Ole\PICTDESC.cs (3)
13
PICTDESC desc =
new
()
25
PICTDESC desc =
new
()
46
PICTDESC desc =
new
()
14 references to PICTDESC
System.Private.Windows.Core (14)
Windows\Win32\System\Ole\IPicture.cs (4)
20
PICTDESC
desc =
PICTDESC
.FromImage(image);
35
PICTDESC
desc =
PICTDESC
.FromIcon(icon, copy);
Windows\Win32\System\Ole\IPictureDisp.cs (2)
19
PICTDESC
desc =
PICTDESC
.FromImage(image);
Windows\Win32\System\Ole\PICTDESC.cs (8)
11
public static
PICTDESC
FromBitmap(IPointer<GpBitmap> bitmap, HPALETTE paletteHandle = default)
13
PICTDESC
desc = new()
23
public static
PICTDESC
FromIcon(IIcon icon, bool copy)
25
PICTDESC
desc = new()
44
public static
PICTDESC
FromMetafile(IPointer<GpMetafile> metafile)
46
PICTDESC
desc = new()
56
/// Create a <see cref="
PICTDESC
"/> struct describing the given <paramref name="image"/>.
59
public static
PICTDESC
FromImage(IImage image) => image switch