The AddRoundRectPathCommand class in the Sandbox.Utility.Svg
namespace is used to represent a command for adding a rounded rectangle path in SVG graphics. This class provides properties to define the rectangle's dimensions and corner radii, and methods to manipulate these properties.
For more information, see the MDN documentation on SVG rectangles.