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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static GraphicsPath RoundedRectanglePath(
	Rectangle rect,
	int rounding
)

Parameters

rect
Type: System.DrawingRectangle
Rectangle to become rounded.
rounding
Type: SystemInt32
The rounding factor to apply.

Return Value

Type: GraphicsPath
GraphicsPath instance.
See Also