UIX_GraphicEngines Enumeration
From PDF XChange PDF SDK
(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:UIX_GraphicEngines Enumeration}} | {{#customTitle:UIX_GraphicEngines Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_GraphicEngines|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_GraphicEngines | <pre class="brush:cpp;gutter:false">enum UIX_GraphicEngines | ||
{ | { | ||
− | UIX_GraphicEngine_Native = 0 | + | UIX_GraphicEngine_Native = 0, |
− | UIX_GraphicEngine_Software = 1 | + | UIX_GraphicEngine_Software = 1, |
− | UIX_GraphicEngine_OpenGL = 2 | + | UIX_GraphicEngine_OpenGL = 2, |
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 24: | ||
;UIX_GraphicEngine_OpenGL | ;UIX_GraphicEngine_OpenGL | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09:42, 23 May 2015
Specifies the ...
Syntax
enum UIX_GraphicEngines { UIX_GraphicEngine_Native = 0, UIX_GraphicEngine_Software = 1, UIX_GraphicEngine_OpenGL = 2, };
Constants
- UIX_GraphicEngine_Native
- The ...
- UIX_GraphicEngine_Software
- The ...
- UIX_GraphicEngine_OpenGL
- The ...