CommonHelperRoundedRectanglePath Method |
Create a graphics path that describes a rounded rectangle.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static GraphicsPath RoundedRectanglePath(
Rectangle rect,
int rounding
)
Parameters
- rect Rectangle
- Rectangle to become rounded.
- rounding Int32
- The rounding factor to apply.
Return Value
GraphicsPathGraphicsPath instance.
See Also