fl (ULONG)

      Flags.

      DRG_ICON

        hImage is an HPOINTER.
      DRG_BITMAP
        hImage is an HBITMAP.
      DRG_POLYGON
        hImage is a pointer to an array of points that will be connected with GpiPolyLine to form a polygon. The first point of the array should be (0,0), and the other points should be placed relative to this position.
      DRG_STRETCH
        If DRG_ICON or DRG_BITMAP is specified, the image is expanded or compressed to the dimensions specified by sizlStretch.
      DRG_TRANSPARENT
        If DRG_ICON is specified, an outline of the icon is generated and displayed instead of the original icon.
      DRG_CLOSED
        If DRG_POLYGON is specified, a closed polygon is formed by moving the current position to the last point in the array before calling GpiPolyLine.


      [Back] [Next]