'Declaration
Public Overloads Overridable Sub AlphaBlend( _ ByVal deviceContext As DeviceContext, _ ByVal destRectangle As Rectangle, _ ByVal srcRectangle As Rectangle, _ ByVal srcConstantAlpha As Byte _ )
public virtual void AlphaBlend( DeviceContext deviceContext, Rectangle destRectangle, Rectangle srcRectangle, byte srcConstantAlpha )
Parameters
- deviceContext
- The source DeviceContext object.
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcRectangle
- A System.Drawing.Rectangle indicates the source rectangle.
- srcConstantAlpha
- A byte indicates the constant alpha value of source.