Unit 'MUIClass.DrawPanel' Package
[Overview][Types][Classes][Variables][Index] [#MUIClass]

TMUIDrawEvent

Event type for DrawPanel.OnDrawObject

Declaration

Source position: MUIClass.DrawPanel.pas line 17

type TMUIDrawEvent = procedure(

  Sender: TObject;

  Rp: PRastPort;

  DrawRect: TRect

) of object;

Arguments

Sender

  

the DrawPanel who wants to be drawn.

Rp

  

Rastport of the object, Draw into

DrawRect

  

Only draw inside the DrawRect, (outside will be clipped)


Documentation generated on: 2022-07-30