バージョン

DrawGlowGradient メソッド

提供される System.Drawing.Rectangle の指定される方向で丸められた輝きのグラデーションを描画します。
シンタックス
'宣言
 
Public Shared Sub DrawGlowGradient( _
   ByVal rect As Rectangle, _
   ByVal orientation As GlowOrientation, _
   ByVal g As Graphics, _
   ByVal innerColor As Color, _
   ByVal outerColor As Color, _
   ByVal circleTopPercentage As Integer, _
   ByVal innerGlowFalloffTabPercentage As Integer, _
   ByVal outerGlowFalloffTabPercentage As Integer _
) 
public static void DrawGlowGradient( 
   Rectangle rect,
   GlowOrientation orientation,
   Graphics g,
   Color innerColor,
   Color outerColor,
   int circleTopPercentage,
   int innerGlowFalloffTabPercentage,
   int outerGlowFalloffTabPercentage
)

パラメータ

rect
内側を描画するための System.Drawing.Rectangle
orientation
輝き効果の場所。
g
輝きを描画するグラフィック オブジェクト。
innerColor
内部の輝きの色。
outerColor
最終的に解決するグラデーションの色。
circleTopPercentage
方向に基づく、輝きの上を描画するために System.Drawing.Rectangle の高さ/幅の割合。
innerGlowFalloffTabPercentage
内部の輝きを描画するために使用されるパーセントは、タブの端または円の中央のどちから近い方から円の端の距離に基づきます。
outerGlowFalloffTabPercentage
外部の輝きを描画するために使用されるパーセントは、タブの端または円の中央のどちから近い方から円の端の距離に基づきます。
参照