/// <summary> /// The Copy Constructor /// </summary> /// <param name="rhs">The <see c_ref="ArrowObj"/> object from which to copy</param> public ArrowObj( ArrowObj rhs ) : base( rhs ) { _size = rhs.Size; _isArrowHead = rhs.IsArrowHead; }
/// <summary> /// The Copy Constructor /// </summary> /// <param name="rhs">The <see c_ref="ArrowObj"/> object from which to copy</param> public ArrowObj( ArrowObj rhs ) : base(rhs) { _size = rhs.Size; _isArrowHead = rhs.IsArrowHead; }