<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9" />

GpBitmapExtensions

static class GpBitmapExtensions
public static PICTDESC CreatePICTDESC(this IPointer<GpBitmap> bitmap, HPALETTE paletteHandle = default)

Creates a PICTDESC structure from the specified GpBitmap.

public static HBITMAP GetHBITMAP(this IPointer<GpBitmap> bitmap)

public static HBITMAP GetHBITMAP(this IPointer<GpBitmap> bitmap, Color background)

public static void LockBits(this IPointer<GpBitmap> bitmap, Rectangle rect, ImageLockMode flags, PixelFormat format, ref BitmapData data)

public static void UnlockBits(this IPointer<GpBitmap> bitmap, ref BitmapData data)