'宣言 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.