Exemplo n.º 1
0
        /// <summary>
        /// Removes all elements from <see cref="Path{TPoint, TViewBounds}"/>.
        /// </summary>
        public void Clear()
        {
            PathInternal.Clear();

            OnSelectionChanged();
        }