UIX_ImageStretchMethods Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: Line 10:
 
<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>

Revision as of 11:11, 8 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 ...

See Also

See also ...