境界線のみを覆う System.Drawing.Drawing2D.GraphicsPath を作成します(中空。境界線のレンダリングに使用)。
シンタックス
'宣言
Public Shared Function CreateBorderPath( _
ByVal As Corners, _
ByVal As System.Boolean, _
ByVal As System.Drawing.Rectangle, _
ByVal As Thickness _
) As System.Drawing.Drawing2D.GraphicsPath
public static System.Drawing.Drawing2D.GraphicsPath CreateBorderPath(
Corners ,
System.bool ,
System.Drawing.Rectangle ,
Thickness
)
パラメータ
- corners
- 角の値
- rightToLeft
- 右から左方向フラグ
- bounds
- 元の四角形
- border
- 境界線の太さ
参照