/
OnGetBackground

OnGetBackground

Declaration

HRESULT OnGetBackground([in] long Left, [in] long Top, [in] long Width, [in] long Height, [in] OLE_HANDLE DC);

Description

This event is fired by ActiveX control when the control is in placement mode and it needs to draw background of signature area. Receiver of this event must copy background image to the provided device context.

Arguments

Left and Top

Position of signature area.

Width and Height

Signature area size

DC

Device context to copy background image to.