'Declaration Public Function CreateRoundBordersPath( _ ByVal bounds As System.Drawing.RectangleF, _ ByVal cornerRadius As CornerRadius _ ) As IPath
public IPath CreateRoundBordersPath( System.Drawing.RectangleF bounds, CornerRadius cornerRadius )
Parameters
- bounds
- The border bounds.
- cornerRadius
- The CornerRadius structure.
Return Value
The IPath representing round border.