Ejemplo n.º 1
0
 internal IconHandleInfo(ICONINFO info)
 {
     this.IsIcon = info.fIcon;
     this.Hotspot = new Point(info.xHotspot, info.yHotspot);
     this.MaskBitmap = new BitmapHandle(info.hbmMask);
     this.ColorBitmap = new BitmapHandle(info.hbmColor);
 }
Ejemplo n.º 2
0
 internal IconHandleInfo(ICONINFO info)
 {
     this.IsIcon      = info.fIcon;
     this.Hotspot     = new Point(info.xHotspot, info.yHotspot);
     this.MaskBitmap  = new BitmapHandle(info.hbmMask);
     this.ColorBitmap = new BitmapHandle(info.hbmColor);
 }
Ejemplo n.º 3
0
 public static extern bool GetIconInfo(IntPtr hIcon, out ICONINFO piconinfo);
Ejemplo n.º 4
0
 public static extern bool GetIconInfo(IntPtr hIcon, out ICONINFO piconinfo);