'宣言 Public Shared Function CreatePath( _ ByVal corners As Corners, _ ByVal rightToLeft As Boolean, _ ByVal bounds As Rectangle _ ) As GraphicsPath
public static GraphicsPath CreatePath( Corners corners, bool rightToLeft, Rectangle bounds )
パラメータ
- corners
 - the values for corners.
 - rightToLeft
 - the right-to-left flag.
 - bounds
 - the original rectangle.