Bitmap on Bitmap Transparency
Open
confirming
- Dominant language
- C#
- Stars
- 261
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
When using the DrawBitmap method to draw one bitmap over another, all semi-transparent pixels show up as fully opaque.
g.DrawBitmap(backImage, this.ClientRectangle);
g.DrawBitmap(frontImage, new D2DRect(0, 0, frontImage.Width, frontImage.Height), 1, D2DBitmapInterpolationMode.Linear);

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.