AlphaBlend(DeviceContext,Rectangle,Rectangle,Byte) Method
In This Topic
Displays bitmaps with a constant transparent value.
Syntax
'Declaration
Public Overloads Overridable Sub AlphaBlend( _
ByVal As DeviceContext, _
ByVal As Rectangle, _
ByVal As Rectangle, _
ByVal As Byte _
)
public virtual void AlphaBlend(
DeviceContext ,
Rectangle ,
Rectangle ,
byte
)
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.
See Also