Class PAINTSTRUCT

java.lang.Object
org.eclipse.swt.internal.win32.PAINTSTRUCT

public class PAINTSTRUCT extends Object
  • Field Details

    • hdc

      public int hdc
    • fErase

      public boolean fErase
    • left

      public int left
    • top

      public int top
    • bottom

      public int bottom
    • fRestore

      public boolean fRestore
    • fIncUpdate

      public boolean fIncUpdate
    • rgbReserved

      public byte[] rgbReserved
    • sizeof

      public static final int sizeof
  • Constructor Details

    • PAINTSTRUCT

      public PAINTSTRUCT()