バージョン

DrawBorders(Graphics,UIElementBorderStyle,Border3DSide,AppearanceData,AlphaBlendMode,Rectangle,Rectangle,ColorRenderMode) メソッド

グラフィックス オブジェクト上に指定された境界スタイルを描画します。
シンタックス
'宣言
 
Public Shared Sub DrawBorders( _
   ByVal graphics As Graphics, _
   ByVal borderStyle As UIElementBorderStyle, _
   ByVal sides As Border3DSide, _
   ByRef appearanceData As AppearanceData, _
   ByVal alphaMode As AlphaBlendMode, _
   ByVal rect As Rectangle, _
   ByVal invalidRect As Rectangle, _
   ByVal colorRenderMode As ColorRenderMode _
) 

パラメータ

graphics
境界線を描画するグラフィックス オブジェクト
borderStyle
描画される Borderstyle
sides
描画する側を示します
appearanceData
境界線の色を決定する際に使用する外観情報
alphaMode
現在のアルファブレンド設定を指定します
rect
四角形を描画する位置
invalidRect
描画する無効領域
colorRenderMode
色の描画方法を決定します
参照