public record AddCirclePathCommand(float X, float Y, float Radius) : PathCommand, IDeepCloneable<PathCommand>, IEquatable<PathCommand>, IEquatable<AddCirclePathCommand>
kind:method
kind:property
kind:ctor
AddCirclePathCommand(Single, Single, Single)
Radius
X
Y