バージョン

DrawImageBackground(Graphics,AppearanceData,AlphaBlendMode,Rectangle,Control,Rectangle,ImageAttributes) メソッド

指定されたグラフィックス オブジェクトの AppearanceDataAppearanceData.ImageBackground を描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawImageBackground( _
   ByVal g As Graphics, _
   ByRef appearanceData As AppearanceData, _
   ByVal alphaMode As AlphaBlendMode, _
   ByVal invalidRect As Rectangle, _
   ByVal control As Control, _
   ByVal relativeRect As Rectangle, _
   ByVal imgAttributes As ImageAttributes _
) 
public static void DrawImageBackground( 
   Graphics g,
   ref AppearanceData appearanceData,
   AlphaBlendMode alphaMode,
   Rectangle invalidRect,
   Control control,
   Rectangle relativeRect,
   ImageAttributes imgAttributes
)

パラメータ

g
描画するグラフィックスオブジェクト。
appearanceData
ImageBackgroundプロパティを含むAppearanceData
alphaMode
アルファブレンドを有効にするかどうか、また有効な場合にはどのように描画するのかを示すAlphaBlendMode。
invalidRect
無効化された四角形。
control
画像背景の基点を決定するために使用されるコントロール
relativeRect
画像が描画される四角形。たとえばElement.RectInsideBorders
imgAttributes
画像を描画するときに使用される既存の画像属性
参照