/
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.
, multiple selections available,
Related content
setBGPic
setBGPic
More like this
LCDImageEx, LCDImageExR
LCDImageEx, LCDImageExR
More like this
SignatureDevice
SignatureDevice
More like this
EnterPlacementMode
EnterPlacementMode
More like this
CreateSignatureRectangleEx
CreateSignatureRectangleEx
More like this
CreateSignatureRectangle
CreateSignatureRectangle
More like this