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

TimpErase

Message argument for IM_ERASE or IM_ERASEFRAME

Declaration

Source position: intuition.pas line 2569

type TimpErase = record

  MethodID: LongWord;

  

IM_ERASE or IM_ERASEFRAME

  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;

Description

This is a subset of TimpDraw


Documentation generated on: 2021-07-30