Message argument for IM_ERASE or IM_ERASEFRAME
Source position: intuition.pas line 2569
type TimpErase = record  | 
||
MethodID: LongWord;  | 
  | 
|
imp_RPort: PRastPort;  | 
  | 
|
imp_Offset: record  | 
  | 
|
x: SmallInt;  | 
  | 
|
y: SmallInt;  | 
  | 
|
end;  | 
||
imp_Dimensions: record  | 
  | 
Only valid for IM_DRAWFRAME  | 
Width: SmallInt;  | 
  | 
|
Height: SmallInt;  | 
  | 
|
end;  | 
||
end;  | 
This is a subset of TimpDraw