How can I merge bitmap (Alpha Bitmap and Main Bitmap) in C#?

后端 未结 0 1111
灰色年华
灰色年华 2021-01-02 04:21
        ```
if (alpha != null && input != null)
        {

            Bitmap output = new Bitmap(input.Width, input.Height, PixelFormat.Format32bppArgb);
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题