using System.Drawing; namespace CustomControls.Pattern { /// /// 常量 /// public static class Constants { public static RectangleF Bounds = new RectangleF(0, 0, 100, 50); } }