Ribbon for WinForms
CreateBorderPath メソッド (DrawUtil)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > DrawUtil クラス : CreateBorderPath メソッド
the values for corners.
the right-to-left flag.
the original rectangle.
the border thickness.
Creates a System.Drawing.Drawing2D.GraphicsPath that covers only the borders (hollow, used to renders the borders).
シンタックス
'宣言
 
Public Shared Function CreateBorderPath( _
   ByVal corners As Corners, _
   ByVal rightToLeft As Boolean, _
   ByVal bounds As Rectangle, _
   ByVal border As Thickness _
) As GraphicsPath
public static GraphicsPath CreateBorderPath( 
   Corners corners,
   bool rightToLeft,
   Rectangle bounds,
   Thickness border
)

パラメータ

corners
the values for corners.
rightToLeft
the right-to-left flag.
bounds
the original rectangle.
border
the border thickness.
参照

DrawUtil クラス
DrawUtil メンバ