IPXV_MediaDrawContext::DrawPixels Method

From PDF XChange PDF SDK
Revision as of 06:30, 3 August 2020 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXV_MediaDrawContext