IUIX_RenderContext::DrawImage Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DrawImage([in] IUIX_ImageData* pSrc, [in] RECT* pDstRect, RECT* pSrcRect, [in] RECT* pClipRect, [in, defaultvalue(0)] LONG nScaleH, [in, defaultvalue(0)] LONG nScaleV, [in, defaultvalue(1)] LONG nStretchMethod, [in, defaultvalue(0)] LONG nFlags, [in, defaultvalue(1.0)] double nOpacity);
Parameters
- pSrc
- [in] Pointer to IUIX_ImageData.
- pDstRect
- [in] Pointer to RECT.
- pSrcRect
- Pointer to RECT.
- pClipRect
- [in] Pointer to RECT.
- nScaleH
- [in, defaultvalue(0)] Value of LONG.
- nScaleV
- [in, defaultvalue(0)] Value of LONG.
- nStretchMethod
- [in, defaultvalue(1)] Value of LONG.
- nFlags
- [in, defaultvalue(0)] Value of LONG.
- nOpacity
- [in, defaultvalue(1.0)] Value of double.
Return Value
Returns S_OK if operation was successful or error code in other cases.