IIXC_Page::StretchDraw2 Method

From PDF XChange PDF SDK
Revision as of 00:22, 28 April 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 StretchDraw2([in]                   HANDLE_T         hDC,
                     [in]                   RECT*            pDestRect,
                     [in]                   double           nSrcLeft,
                     [in]                   double           nSrcTop,
                     [in]                   double           nSrcRight,
                     [in]                   double           nSrcBottom,
                     [in]                   IXC_ScaleMethod  nScaleMethod,
                     [in, defaultvalue(0)]  ULONG            dwFlags);

Parameters

hDC
[in] Value of HANDLE_T.
pDestRect
[in] Pointer to RECT.
nSrcLeft
[in] Value of double.
nSrcTop
[in] Value of double.
nSrcRight
[in] Value of double.
nSrcBottom
[in] Value of double.
nScaleMethod
[in] Value of IXC_ScaleMethod.
dwFlags
[in, defaultvalue(0)] Value of ULONG.

Return Value

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

See Also

See also IIXC_Page.