Displays bitmaps with a constant transparent value.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Overridable Sub AlphaBlend( _
   ByVal  As DeviceContext, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Byte _
) 
             
        
            
            public virtual void AlphaBlend( 
   DeviceContext ,
   System.Drawing.Rectangle ,
   System.Drawing.Rectangle ,
   System.byte 
)
             
        
             
        
            パラメータ
- 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.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照