IXC_Shear Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_Shear Enumeration}}
 
{{#customTitle:IXC_Shear Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_Shear Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_Shear Enumeration|enum}}
 
  
 
Specifies the shear method to be used.
 
Specifies the shear method to be used.

Revision as of 08:12, 20 May 2015

Specifies the shear method to be used.

Syntax

enum IXC_Shear
{
    Shear_Fast         = 0,
    Shear_Antialiasing = 1,
};

Constants

Shear_Fast
Only fast shifting.
Shear_Antialiasing
Shear and use antialiasing for a better result.

See Also