UIX_ImageStretchMethods 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:UIX_ImageStretchMethods Enumeration}}
 
{{#customTitle:UIX_ImageStretchMethods Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_ImageStretchMethods|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_ImageStretchMethods
 
<pre class="brush:cpp;gutter:false">enum UIX_ImageStretchMethods
 
{
 
{
     UIX_ImageStretch_Linear = 0;
+
     UIX_ImageStretch_Linear   = 0,
     UIX_ImageStretch_Bilinear = 1;
+
     UIX_ImageStretch_Bilinear = 1,
     UIX_ImageStretch_Bicubic = 2;
+
     UIX_ImageStretch_Bicubic = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 24:
 
;UIX_ImageStretch_Bicubic
 
;UIX_ImageStretch_Bicubic
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:42, 23 May 2015


Specifies the ...

Syntax

enum UIX_ImageStretchMethods
{
    UIX_ImageStretch_Linear   = 0,
    UIX_ImageStretch_Bilinear = 1,
    UIX_ImageStretch_Bicubic  = 2,
};

Constants

UIX_ImageStretch_Linear
The ...
UIX_ImageStretch_Bilinear
The ...
UIX_ImageStretch_Bicubic
The ...