IPXV_MediaDrawContext::DrawPixels Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DrawPixels([in] void* pSrcBGRA, [in] LONG nSrcStride, [in] RECT* pDstRect, [in] RECT* pSrcRect, [in, defaultvalue(0)] LONG nFlags, [in, defaultvalue(1.0)] double nOpacity);
Parameters
- pSrcBGRA
- [in] Pointer to void.
- nSrcStride
- [in] Value of LONG.
- pDstRect
- [in] Pointer to RECT.
- pSrcRect
- [in] Pointer to RECT.
- 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.