PICTDESC struct PICTDESC Contains parameters to create a picture object through the OleCreatePictureIndirect function. Documentation Code public static PICTDESC FromBitmap(IPointer<GpBitmap> bitmap, HPALETTE paletteHandle = default) public static PICTDESC FromIcon(IIcon icon, bool copy) public static PICTDESC FromImage(IImage image) Create a PICTDESC struct describing the given image. public static PICTDESC FromMetafile(IPointer<GpMetafile> metafile)