/
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.

Related content

EnterPlacementMode
EnterPlacementMode
More like this
CreateSignatureRectangle
CreateSignatureRectangle
More like this
CreateSignatureRectangleEx
CreateSignatureRectangleEx
More like this
Width / Height / Left / Top
Width / Height / Left / Top
More like this
setBGPic
More like this
SignatureDevice
SignatureDevice
More like this