PowerTools InputMan for Windows Forms 8.0J
DrawBackground メソッド

描画グラフィックを指定するSystem.Drawing.Graphicsオブジェクト。
背景を描画する境界を示すSystem.Drawing.Rectangle値。
背景を描画する色を示すSystem.Drawing.Color値。
グラデーション効果の設定を示すGradientEffectオブジェクト。
背景イメージを示すSystem.Drawing.Imageオブジェクト。
背景イメージのレイアウトを示すSystem.Windows.Forms.ImageLayout列挙体。
背景を描画します。
構文
Protected Overridable Sub DrawBackground( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal backColor As Color, _
   ByVal gradientEffect As GradientEffect, _
   ByVal backgroundImage As Image, _
   ByVal backgroundImageLayout As ImageLayout _
) 

パラメータ

g
描画グラフィックを指定するSystem.Drawing.Graphicsオブジェクト。
bounds
背景を描画する境界を示すSystem.Drawing.Rectangle値。
backColor
背景を描画する色を示すSystem.Drawing.Color値。
gradientEffect
グラデーション効果の設定を示すGradientEffectオブジェクト。
backgroundImage
背景イメージを示すSystem.Drawing.Imageオブジェクト。
backgroundImageLayout
背景イメージのレイアウトを示すSystem.Windows.Forms.ImageLayout列挙体。
参照

ListSkin クラス
ListSkin メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.