IPXC_Document::CreateLinearShade Method
From PDF XChange PDF SDK
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.