バージョン

ShadowManager コンストラクタ(Form,Rectangle,Rectangle,Boolean,Boolean)

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal owningForm As Form, _
   ByVal shadowRect As Rectangle, _
   ByVal exclusionRect As Rectangle, _
   ByVal rightShadow As Boolean, _
   ByVal bottomShadow As Boolean _
)
public ShadowManager( 
   Form owningForm,
   Rectangle shadowRect,
   Rectangle exclusionRect,
   bool rightShadow,
   bool bottomShadow
)

パラメータ

owningForm
シャドウ ウィンドウを持つフォーム。
shadowRect
ドロップ シャドウを周囲に配置するための四角形をスクリーン座標で設定します。
exclusionRect
ドロップ シャドウを除外する領域を示す四角形をスクリーン座標で設定します。
rightShadow
True の場合、四角形の右にシャドウ ウィンドウを配置します。
bottomShadow
True の場合、四角形の下にシャドウ ウィンドウを配置します。
参照