PXC_ShadingType Enumeration

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:PXC_ShadingType Enumeration}}
 
{{#customTitle:PXC_ShadingType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 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

See also ...