IPXC_Document::CreateLinearShade Method

From PDF XChange PDF SDK
Revision as of 07:00, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateLinearShade([in]           PXC_Point*           Pnt1,
                          [in]           PXC_Point*           Pnt2,
                          [in]           IPXC_GradientStops*  Stops,
                          [in]           ULONG                Extend,
                          [out, retval]  IPXC_Shading**       Shade);

Parameters

Pnt1
[in] Pointer to PXC_Point.
Pnt2
[in] Pointer to PXC_Point.
Stops
[in] Pointer to IPXC_GradientStops.
Extend
[in] Value of ULONG.
Shade
[out, retval] Pointer to IPXC_Shading.

Return Value

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

See Also

IPXC_Document