'宣言 Public Function CreateRoundBordersPath( _ ByVal bounds As System.Drawing.RectangleF, _ ByVal cornerRadius As CornerRadius _ ) As IPath
public IPath CreateRoundBordersPath( System.Drawing.RectangleF bounds, CornerRadius cornerRadius )
パラメータ
- bounds
- The border bounds.
- cornerRadius
- The CornerRadius structure.
戻り値の型
The IPath representing round border.