Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

timpErase

Message argument for IM_ERASE or IM_ERASEFRAME

Declaration

Source position: intuition.pas line 3710

type timpErase = record

  MethodID: LongWord;

  

IM_ERASE or IM_ERASEFRAME

  imp_RPort: pRastPort;

  

  imp_Offset: record

  

    x: Word;

  

    y: Word;

  

  end;

  imp_Dimensions: record

  

Only valid for IM_DRAWFRAME

    Width: Word;

  

    Height: Word;

  

  end;

end;

Description

This is a subset of TimpDraw


Documentation generated on: 2021-07-30