摘要:
using System;using System.ComponentModel;using System.Drawing;using System.Drawing.Drawing2D;using System.Windows.Forms;namespace ImageControls{ /// /// 控件 /// public class ShapeEx : Control { #region 字段 private Color _BackColor; //背景颜色 /// /// 必需的设计器变量... 阅读全文