/// <summary>Construct an instance.</summary> /// <param name="other">The other instance to copy.</param> public PatchPositionConfig(PatchRectangleConfig other) : this(other.X, other.Y) { }
/// <summary>Construct an instance.</summary> /// <param name="other">The other instance to copy.</param> public PatchRectangleConfig(PatchRectangleConfig other) : this(other.X, other.Y, other.Width, other.Height) { }