ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / CompatibleDeviceContext 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 _
    ) 
    public virtual 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.
    See Also