CalendarView for WinForms
AlphaBlend(DeviceContext,Rectangle,Rectangle,Byte) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス > AlphaBlend メソッド : AlphaBlend(DeviceContext,Rectangle,Rectangle,Byte) メソッド
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.
Displays bitmaps with a constant transparent value.
シンタックス
'宣言
 
Public Overloads Overridable Sub AlphaBlend( _
   ByVal deviceContext As DeviceContext, _
   ByVal destRectangle As System.Drawing.Rectangle, _
   ByVal srcRectangle As System.Drawing.Rectangle, _
   ByVal srcConstantAlpha As System.Byte _
) 
public virtual void AlphaBlend( 
   DeviceContext deviceContext,
   System.Drawing.Rectangle destRectangle,
   System.Drawing.Rectangle srcRectangle,
   System.byte srcConstantAlpha
)

パラメータ

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.
参照

DeviceContext クラス
DeviceContext メンバ
オーバーロード一覧