VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFResizeMode Enumeration

Resize mode.

Pascal
TVFResizeMode = (
  rm_CropOnly,
  rm_NearestNeighbor,
  rm_Bilinear,
  rm_Bicubic,
  rm_Lancroz
);
C++
enum TVFResizeMode {
  rm_CropOnly,
  rm_NearestNeighbor,
  rm_Bilinear,
  rm_Bicubic,
  rm_Lancroz
};
C#
public enum TVFResizeMode {
  rm_CropOnly,
  rm_NearestNeighbor,
  rm_Bilinear,
  rm_Bicubic,
  rm_Lancroz
}
Visual Basic
Public Enum TVFResizeMode
  rm_CropOnly
  rm_NearestNeighbor
  rm_Bilinear
  rm_Bicubic
  rm_Lancroz
End Enum
Java
public class TVFResizeMode;
IDL
enum TVFResizeMode {
  rm_CropOnly,
  rm_NearestNeighbor,
  rm_Bilinear,
  rm_Bicubic,
  rm_Lancroz
};
JavaScript
TVFResizeMode
PHP
public class TVFResizeMode;

VideoCaptureTypes

Members 
Description 
rm_CropOnly 
Crop only.  
rm_NearestNeighbor 
Nearest neighbor.  
rm_Bilinear 
Bilinear.  
rm_Bicubic 
Bicubic.  
rm_Lancroz 
Lancroz.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!