ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / AlphaBlend Method / AlphaBlend(DeviceContext,Rectangle,Rectangle,Byte) Method
The source DeviceContext object.
A System.Drawing.Rectangle indicates the destination rectangle.
A System.Drawing.Rectangle indicates the source rectangle.
A byte indicates the constant alpha value of source.

In This Topic
    AlphaBlend(DeviceContext,Rectangle,Rectangle,Byte) Method
    In This Topic
    Displays bitmaps with a constant transparent value.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AlphaBlend( _
       ByVal deviceContext As DeviceContext, _
       ByVal destRectangle As Rectangle, _
       ByVal srcRectangle As Rectangle, _
       ByVal srcConstantAlpha As 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also