'宣言Sub DrawHorizontalConcaveRectangle( _ ByVal bounds As Rectangle, _ ByVal g As Graphics, _ Optional ByVal color As Nullable(Of Color), _ Optional ByVal borderColor As Nullable(Of Color) _ )
void DrawHorizontalConcaveRectangle( Rectangle bounds, Graphics g, Nullable<Color> color, Nullable<Color> borderColor )
パラメータ
- bounds
 - 内部に描画するSystem.Drawing.Rectangle。
 - g
 - 描画するSystem.Drawing.Graphics。
 - color
 - 塗りつぶし色System.Drawing.Color。指定しない場合、デフォルトの色が使用されます。境界線を描画するためのSystem.Drawing.Color。指定しない場合、デフォルトの色が使用されます。
 - borderColor