PXC_ShadingType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ShadingType Enumeration}}
 
{{#customTitle:PXC_ShadingType Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_ShadingType|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_ShadingType
 
<pre class="brush:cpp;gutter:false">enum PXC_ShadingType
 
{
 
{
     Shading_Unknown = 0;
+
     Shading_Unknown     = 0,
     Shading_Function = 1;
+
     Shading_Function   = 1,
     Shading_Axial = 2;
+
     Shading_Axial       = 2,
     Shading_Radial = 3;
+
     Shading_Radial     = 3,
     Shading_FreeForm = 4;
+
     Shading_FreeForm   = 4,
     Shading_LatticeForm = 5;
+
     Shading_LatticeForm = 5,
     Shading_Coons = 6;
+
     Shading_Coons       = 6,
     Shading_Tensor = 7;
+
     Shading_Tensor     = 7,
 
};
 
};
 
</pre>
 
</pre>
Line 37: Line 41:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_Shading_Type|IPXC_Shading::Type]]

Latest revision as of 10:38, 23 May 2015


Specifies the ...

Syntax

enum PXC_ShadingType
{
    Shading_Unknown     = 0,
    Shading_Function    = 1,
    Shading_Axial       = 2,
    Shading_Radial      = 3,
    Shading_FreeForm    = 4,
    Shading_LatticeForm = 5,
    Shading_Coons       = 6,
    Shading_Tensor      = 7,
};

Constants

Shading_Unknown
The ...
Shading_Function
The ...
Shading_Axial
The ...
Shading_Radial
The ...
Shading_FreeForm
The ...
Shading_LatticeForm
The ...
Shading_Coons
The ...
Shading_Tensor
The ...

See Also

IPXC_Shading::Type