IUIX_RenderContext::DrawImage Method

From PDF XChange PDF SDK
Revision as of 07:07, 20 March 2015 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 DrawImage([in] IUIX_ImageData* pSrc, [in] RECT* pDstRect, RECT* pSrcRect, [in] RECT* pClipRect, [in, optional] LONG nScaleH, [in, optional] LONG nScaleV, [in, optional] LONG nStretchMethod, [in, optional] LONG nFlags, [in, optional] 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, optional] Value of LONG.
nScaleV
[in, optional] Value of LONG.
nStretchMethod
[in, optional] Value of LONG.
nFlags
[in, optional] Value of LONG.
nOpacity
[in, optional] Value of double.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IUIX_RenderContext.