IUIX_Picture::FillColor Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Picture::FillColor Property}} | {{#customTitle:IUIX_Picture::FillColor Property}} | ||
+ | {{#parentPage:PXV:IUIX_Picture#Properties|FillColor|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''FillColor''' of interface [[PXV:IUIX_Picture|IUIX_Picture]] returns/sets Value of LONG ... | Property '''FillColor''' of interface [[PXV:IUIX_Picture|IUIX_Picture]] returns/sets Value of LONG ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FillColor([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_FillColor([out, retval] LONG* nColor); |
− | HRESULT put_FillColor([in] LONG | + | HRESULT put_FillColor([in] LONG nColor); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Picture|IUIX_Picture]] |
Latest revision as of 03:34, 15 June 2015
Property FillColor of interface IUIX_Picture returns/sets Value of LONG ...
Syntax
HRESULT get_FillColor([out, retval] LONG* nColor); HRESULT put_FillColor([in] LONG nColor);