IUIX_RenderContext::DrawIcon Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RenderContext::DrawIcon Method}} | {{#customTitle:IUIX_RenderContext::DrawIcon Method}} | ||
− | {{#parentPage:PXV:IUIX_RenderContext#Methods|DrawIcon | + | {{#parentPage:PXV:IUIX_RenderContext#Methods|DrawIcon|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT DrawIcon([in] IUIX_Icon* pIcon, | <pre class="brush:cpp;gutter:false">HRESULT DrawIcon([in] IUIX_Icon* pIcon, | ||
− | [in] RECT* | + | [in] RECT* stDstRect, |
− | [in] RECT* | + | [in] RECT* stClipRect, |
[in, defaultvalue(0)] LONG nNewScaleType, | [in, defaultvalue(0)] LONG nNewScaleType, | ||
[in, defaultvalue(0)] LONG nFlags, | [in, defaultvalue(0)] LONG nFlags, | ||
Line 19: | Line 19: | ||
;pIcon | ;pIcon | ||
:[in] Pointer to [[PXV:IUIX_Icon|IUIX_Icon]]. | :[in] Pointer to [[PXV:IUIX_Icon|IUIX_Icon]]. | ||
− | ; | + | ;stDstRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;stClipRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
;nNewScaleType | ;nNewScaleType |
Latest revision as of 03:37, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DrawIcon([in] IUIX_Icon* pIcon, [in] RECT* stDstRect, [in] RECT* stClipRect, [in, defaultvalue(0)] LONG nNewScaleType, [in, defaultvalue(0)] LONG nFlags, [in, defaultvalue(1.0)] double nOpacity);
Parameters
- pIcon
- [in] Pointer to IUIX_Icon.
- stDstRect
- [in] Pointer to RECT.
- stClipRect
- [in] Pointer to RECT.
- nNewScaleType
- [in, defaultvalue(0)] Value of LONG.
- 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.