Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TsdpDrawSysImage

Method parameter for SDM_DRAW_SYSIMAGE

Declaration

Source position: intuition.pas line 2772

type TsdpDrawSysImage = record

  MethodID: PtrUInt;

  

SDM_DRAW_SYSIMAGE

  sdp_TrueColor: ShortInt;

  

  sdp_Dri: PDrawInfo;

  

  sdp_RPort: PRastPort;

  

  sdp_X: LongInt;

  

  sdp_Y: LongInt;

  

  sdp_Width: LongInt;

  

  sdp_Height: LongInt;

  

  sdp_Which: LongWord;

  

  sdp_State: LongWord;

  

  sdp_Flags: LongWord;

  

  sdp_UserBuffer: NativeUInt;

  

end;

See also

DoMethodA

  

Perform method on object.


Documentation generated on: 2021-07-30