コード例 #1
0
 public static extern bool DrawIconEx(IntPtr hDC,
                                      int Left,
                                      int Top,
                                      IntPtr hIcon,
                                      int Width,
                                      int Height,
                                      int StepIfAniCur,
                                      IntPtr BrushForFlickerFreeDraw,
                                      DrawIconExFlags Flags);
コード例 #2
0
 public static extern bool DrawIconEx(IntPtr hdc, int xLeft, int yTop
                                      , IntPtr hIcon, int cxWidth, int cyHeight
                                      , int istepIfAniCur, IntPtr hbrFlickerFreeDraw, DrawIconExFlags diFlags);