Event type for DrawPanel.OnDrawObject
Source position: MUIClass.DrawPanel.pas line 17
type TMUIDrawEvent = procedure( |
Sender: TObject; |
Rp: PRastPort; |
DrawRect: TRect |
) of object; |
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) |