不规则控件c#.docVIP

  • 3
  • 0
  • 约6.82千字
  • 约 5页
  • 2016-10-16 发布于河南
  • 举报
不规则控件c#

using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; public class BitmapRegion { public BitmapRegion() { } /// summary /// Create and apply the region on the supplied control /// 创建支持位图区域的控件(目前有button和form) /// /summary /// param name=controlThe Control object to apply the region to控件/param /// param name=bitmapThe Bitmap object to create the region from位图/param public static void CreateControlRegion(Control control, Bitmap bitmap) { // Return if contr

文档评论(0)

1亿VIP精品文档

相关文档