'Declaration
Public Overloads Sub AlphaBlend( _ ByVal deviceContext As DeviceContext, _ ByVal destRectangle As Rectangle, _ ByVal srcRectangle As Rectangle _ )
public void AlphaBlend( DeviceContext deviceContext, Rectangle destRectangle, Rectangle srcRectangle )
Parameters
- deviceContext
- The source DeviceContext object.
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcRectangle
- A System.Drawing.Rectangle indicates the source rectangle.