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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SwapRectangleSizes(
	ref Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
Rectangle to modify.
See Also