バージョン

DrawBorders(UIElementBorderStyle,Border3DSide,Color,Rectangle,Rectangle) メソッド

提供された四角形の周囲に境界線を描画します
シンタックス
'宣言
 
Public Overloads Sub DrawBorders( _
   ByVal style As UIElementBorderStyle, _
   ByVal sides As Border3DSide, _
   ByVal borderColor As Color, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) 
public void DrawBorders( 
   UIElementBorderStyle style,
   Border3DSide sides,
   Color borderColor,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

style
境界線のスタイル。
sides
どちらの辺を描画するかを示すビットフラグ
borderColor
境界線の色。
rect
この四角形内に境界線が描画されます
clipRect
この領域の外側には何も描画されません。
参照