GrapeCity PlusPak for Windows Forms 11.0J
DropShadowEffect コンストラクタ(Color,Single,Int32,Double,Int32)

ドロップシャドウの基本色を示す Color 値。
色の透明度を示す float 値。
ぼかし効果の半径を示す System.Int32 値。
線の角度を示す double 値。これは、ドロップシャドウを付けるコントロールの境界の左上隅とドロップシャドウの境界の左上隅を結ぶ線の、水平線に対する角度です。
ドロップシャドウを付けるコントロールの境界の左上隅とドロップシャドウの境界との距離を示す System.Int32 値。
DropShadowEffect クラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal color As Color, _
   ByVal transparency As Single, _
   ByVal blur As Integer, _
   ByVal angle As Double, _
   ByVal distance As Integer _
)
public DropShadowEffect( 
   Color color,
   float transparency,
   int blur,
   double angle,
   int distance
)

パラメータ

color
ドロップシャドウの基本色を示す Color 値。
transparency
色の透明度を示す float 値。
blur
ぼかし効果の半径を示す System.Int32 値。
angle
線の角度を示す double 値。これは、ドロップシャドウを付けるコントロールの境界の左上隅とドロップシャドウの境界の左上隅を結ぶ線の、水平線に対する角度です。
distance
ドロップシャドウを付けるコントロールの境界の左上隅とドロップシャドウの境界との距離を示す System.Int32 値。
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.