ImageEn, unit ievect

TIEDrawObjectEvent


Declaration

TIEDrawObjectEvent = procedure(Sender: TObject; hobj: integer; destination: TIEBitmap; destCanvas: TIECanvas; destRect: TRect; drawingAlpha: boolean; var handled: boolean) of object;


Description

Parameter Description
hobj The object to draw
destination Destination bitmap. Applications should not draw over canvases created from this bitmap
destCanvas Destination canvas. Applications should draw on this canvas
destRect Destination rectangle for this object
drawingAlpha This call is used to draw the alpha channel. You should set pen and brush colors as gray scale values
handled If applications set True, ImageEn will not draw the object