IPXC_GState::CTM Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GState::CTM Property}}
 
{{#customTitle:IPXC_GState::CTM Property}}
 +
{{#parentPage:PXV:IPXC_GState|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''CTM''' of interface [[PXV:IPXC_GState|IPXC_GState]] returns/sets  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ...
 
Property '''CTM''' of interface [[PXV:IPXC_GState|IPXC_GState]] returns/sets  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:51, 20 April 2015


Property CTM of interface IPXC_GState returns/sets Pointer to PXC_Matrix ...

Syntax

HRESULT get_CTM([out, retval] PXC_Matrix* pCTM);
HRESULT put_CTM([in] PXC_Matrix* pCTM);

See Also

See also IPXC_GState.