Message argument for IM_DRAW or IM_DRAWFRAME
Source position: intuition.pas line 3245
type TimpDraw = record |
||
MethodID: LongWord; |
|
|
imp_RPort: PRastPort; |
|
|
imp_Offset: record |
|
|
x: SmallInt; |
|
|
y: SmallInt; |
|
|
end; |
||
imp_State: LongWord; |
|
|
imp_DrInfo: PDrawInfo; |
|
May be nil |
imp_Dimensions: record |
|
Only valid for IM_DRAWFRAME |
Width: SmallInt; |
|
|
Height: SmallInt; |
|
|
end; |
||
end; |