ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / AlphaBlend Method / AlphaBlend(DeviceContext,Rectangle,Rectangle) Method
The source DeviceContext object.
A System.Drawing.Rectangle indicates the destination rectangle.
A System.Drawing.Rectangle indicates the source rectangle.

In This Topic
    AlphaBlend(DeviceContext,Rectangle,Rectangle) Method
    In This Topic
    Displays bitmaps that have transparent or semitransparent pixels.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AlphaBlend( _
       ByVal deviceContext As DeviceContext, _
       ByVal destRectangle As Rectangle, _
       ByVal srcRectangle As 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