IXC_Shear Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IXC_Shear Enumeration}} | {{#customTitle:IXC_Shear Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_Shear Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_Shear Enumeration|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 9: | ||
<pre class="brush:cpp;gutter:false">enum IXC_Shear | <pre class="brush:cpp;gutter:false">enum IXC_Shear | ||
{ | { | ||
− | Shear_Fast = 0 | + | Shear_Fast = 0, |
− | Shear_Antialiasing = 1 | + | Shear_Antialiasing = 1, |
}; | }; | ||
</pre> | </pre> | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− |
Revision as of 10:04, 8 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.