IUIX_Picture::RoundRadius Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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::RoundRadius Property}}
 
{{#customTitle:IUIX_Picture::RoundRadius Property}}
 +
{{#parentPage:PXV:IUIX_Picture#Properties|RoundRadius|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''RoundRadius''' of interface [[PXV:IUIX_Picture|IUIX_Picture]] returns/sets  Value of LONG ...
 
Property '''RoundRadius''' of interface [[PXV:IUIX_Picture|IUIX_Picture]] returns/sets  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RoundRadius([out, retval] LONG* pRadius);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RoundRadius([out, retval] LONG* nRadius);
HRESULT put_RoundRadius([in] LONG pRadius);
+
HRESULT put_RoundRadius([in] LONG nRadius);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Picture|IUIX_Picture]].
+
[[PXV:IUIX_Picture|IUIX_Picture]]

Latest revision as of 04:34, 15 June 2015


Property RoundRadius of interface IUIX_Picture returns/sets Value of LONG ...

Syntax

HRESULT get_RoundRadius([out, retval]  LONG*  nRadius);
HRESULT put_RoundRadius([in]  LONG  nRadius);

See Also

IUIX_Picture