Click or drag to resize

CommonHelperRoundedRectanglePath Method

Create a graphics path that describes a rounded rectangle.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static GraphicsPath RoundedRectanglePath(
	Rectangle rect,
	int rounding
)

Parameters

rect  Rectangle
Rectangle to become rounded.
rounding  Int32
The rounding factor to apply.

Return Value

GraphicsPath
GraphicsPath instance.
See Also