3 instantiations of PICTDESC
System.Private.Windows.GdiPlus (3)
System\Drawing\IIconExtensions.cs (1)
14
PICTDESC desc =
new
()
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (1)
56
PICTDESC desc =
new
()
Windows\Win32\Graphics\GdiPlus\GpMetafileExtensions.cs (1)
23
PICTDESC desc =
new
()
16 references to PICTDESC
System.Private.Windows.GdiPlus (15)
System\Drawing\IIconExtensions.cs (3)
12
internal static unsafe
PICTDESC
CreatePICTDESC(this IIcon icon, bool copy)
14
PICTDESC
desc = new()
42
PICTDESC
desc = icon.CreatePICTDESC(copy);
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (3)
52
/// Creates a <see cref="
PICTDESC
"/> structure from the specified <see cref="GpBitmap"/>.
54
public static
PICTDESC
CreatePICTDESC(this IPointer<GpBitmap> bitmap, HPALETTE paletteHandle = default)
56
PICTDESC
desc = new()
Windows\Win32\Graphics\GdiPlus\GpImageExtensions.cs (4)
34
/// Create a <see cref="
PICTDESC
"/> struct describing the given <paramref name="image"/>.
37
public static
PICTDESC
CreatePICTDESC(this IPointer<GpImage> image) => image switch
53
PICTDESC
desc = image.CreatePICTDESC();
68
PICTDESC
desc = image.CreatePICTDESC();
Windows\Win32\Graphics\GdiPlus\GpMetafileExtensions.cs (3)
19
/// Creates a <see cref="
PICTDESC
"/> structure from the specified <see cref="GpMetafile"/>.
21
public static
PICTDESC
CreatePICTDESC(this IPointer<GpMetafile> metafile)
23
PICTDESC
desc = new()
Windows\Win32\System\Ole\IPicture.cs (2)
21
PICTDESC
desc = image.CreatePICTDESC();
36
PICTDESC
desc = icon.CreatePICTDESC(copy);
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (1)
104
PICTDESC
pictdesc;