5 references to Format32bppRgb
PresentationFramework-SystemDrawing (2)
SystemDrawingExtension.cs (2)
125
Bitmap bitmapFinal = new(imageWidth, imageHeight, PixelFormat.
Format32bppRgb
);
130
PixelFormat.
Format32bppRgb
);
System.Drawing.Common (2)
System\Drawing\Imaging\BitmapData.cs (1)
66
case PixelFormat.
Format32bppRgb
:
System\Drawing\Imaging\CachedBitmap.cs (1)
18
/// that matches. If the <see cref="CachedBitmap"/> was created against <see cref="PixelFormat.
Format32bppRgb
"/> it
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
573
if (bmpData.PixelFormat is not PixelFormat.Format32bppArgb and not PixelFormat.
Format32bppRgb
)