public static Bitmap GetTransparentBitmap(Bitmap whiteBmp, Bitmap blackBmp) => GdiExtension.GetTransparentBitmap(whiteBmp, blackBmp);
public static Rectangle GetRectangleFromAlignment(ContentAlignment alignment, Rectangle bounds, Size size) => GdiExtension.GetRectangleFromAlignment(alignment, bounds, size);