IPXC_GState::DashOffset Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GState::DashOffset Property}}
 
{{#customTitle:IPXC_GState::DashOffset Property}}
{{#parentPage:PXV:IPXC_GState|property}}
+
{{#parentPage:PXV:IPXC_GState#Properties|DashOffset|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DashOffset([out, retval] double* pOffset);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DashOffset([out, retval] double* pOffset);
HRESULT put_DashOffset([in] double pOffset);
+
HRESULT put_DashOffset([in] double pOffset);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_GState|IPXC_GState]].
+
[[PXV:IPXC_GState|IPXC_GState]]

Latest revision as of 08:33, 23 May 2015


Property DashOffset of interface IPXC_GState returns/sets Value of double ...

Syntax

HRESULT get_DashOffset([out, retval]  double*  pOffset);
HRESULT put_DashOffset([in]  double  pOffset);

See Also

IPXC_GState