class AddRoundRectPathCommand : PathCommand

robot_2Generated
code_blocksInput

Description

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.

Members

Instance Members

Member NameSummary
RectGets or sets the rectangle dimensions.
RxGets or sets the x-axis radius of the rectangle's corners.
RyGets or sets the y-axis radius of the rectangle's corners.
DeconstructDeconstructs the rectangle into its dimensions and corner radii.
<Clone>$Creates a clone of the current command instance.