Source position: intuition.pas line 2549
type TimpDraw = record |
MethodID: LongWord; |
imp_RPort: PRastPort; |
imp_Offset: record |
x: SmallInt; |
y: SmallInt; |
end; |
imp_State: LongWord; |
imp_DrInfo: PDrawInfo; |
imp_Dimensions: record |
Width: SmallInt; |
Height: SmallInt; |
end; |
end; |