Click or drag to resize

CommonHelperSwapRectangleSizes Method

Swap the width and height values for the 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 void SwapRectangleSizes(
	ref Rectangle rect
)

Parameters

rect  Rectangle
Rectangle to modify.
See Also