net 自定义控件
1、e.Graphics.DrawString(MyBase.Text, Font, brush, New Rectangle(0, 0, Me.Width, Me.Height), GetStringFormat)
gpa.AddString(MyBase.Text, Font.FontFamily, Font.Style, Font.Size, New Rectangle(0, 0, Me.Width, Me.Height), GetStringFormat)
(Dim gpa As Drawing2D.GraphicsPath)
这两个结果为什么不一样,前面画出来字很大,后面出来的要小得很多
2、怎样删除控件中我不需要的事件(默认有很多事件)