using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PaintDotNet.Base.Enum { public enum DefineObjectsParameters { /// /// 点击 /// Click, /// /// 轮廓 /// Profile } }