AlphaBlend(DeviceContext,Rectangle,Rectangle) Method
In This Topic
Displays bitmaps that have transparent or semitransparent pixels.
Syntax
'Declaration
Public Overloads Overridable Sub AlphaBlend( _
ByVal As DeviceContext, _
ByVal As Rectangle, _
ByVal As Rectangle _
)
public virtual void AlphaBlend(
DeviceContext ,
Rectangle ,
Rectangle
)
Parameters
- deviceContext
- The source DeviceContext object.
- destRectangle
- A System.Drawing.Rectangle indicates the destination rectangle.
- srcRectangle
- A System.Drawing.Rectangle indicates the source rectangle.
See Also