バージョン

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

指定されたグラフィックス オブジェクトの 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, _
   ByVal isEnabled As Boolean _
) 
public static void DrawImageBackground( 
   Graphics g,
   ref AppearanceData appearanceData,
   AlphaBlendMode alphaMode,
   Rectangle invalidRect,
   Control control,
   Rectangle relativeRect,
   ImageAttributes imgAttributes,
   bool isEnabled
)

パラメータ

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