Package org.eclipse.swt.internal.win32
Class PAINTSTRUCT
java.lang.Object
org.eclipse.swt.internal.win32.PAINTSTRUCT
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
boolean
boolean
int
int
byte[]
int
static final int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hdc
public int hdc -
fErase
public boolean fErase -
left
public int left -
top
public int top -
right
public int right -
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()
-