'宣言
Overloads Function GetButtonRect( _ ByVal bounds As Rectangle, _ ByVal flat As Boolean, _ ByVal buttonWidth As Integer, _ ByVal buttonAlign As ButtonAlign _ ) As Rectangle
Rectangle GetButtonRect( Rectangle bounds, bool flat, int buttonWidth, ButtonAlign buttonAlign )
パラメータ
- bounds
- ボタンのSystem.Drawing.Rectangle境界。
- flat
- ボタンがフラットかどうかを示すブール値。
- buttonWidth
- ボタンの幅。
- buttonAlign
戻り値の型
ボタンの内側の領域を表すSystem.Drawing.Rectangle。