IXC_Shear Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_Shear Enumeration}}
 
{{#customTitle:IXC_Shear Enumeration}}
 +
{{#parentPage:PXV:IXC_Enumerations|IXC_Shear|enum}}
  
Specifies the ...
+
Specifies the shear method to be used.
  
 
== Syntax ==
 
== Syntax ==
 
<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 14: Line 16:
 
== Constants ==
 
== Constants ==
 
;Shear_Fast
 
;Shear_Fast
:The ...
+
:Only fast shifting.
 
;Shear_Antialiasing
 
;Shear_Antialiasing
:The ...
+
:Shear and use antialiasing for a better result.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IIXC_Page_Shear|IIXC_Page::Shear]]

Latest revision as of 10:33, 23 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

IIXC_Page::Shear