VisioForge Video Edit SDK (Delphi / ActiveX)
|
Resize mode.
TVFResizeMode = ( rm_CropOnly, rm_NearestNeighbor, rm_Bilinear, rm_Bicubic, rm_Lancroz );
enum TVFResizeMode { rm_CropOnly, rm_NearestNeighbor, rm_Bilinear, rm_Bicubic, rm_Lancroz };
public enum TVFResizeMode { rm_CropOnly, rm_NearestNeighbor, rm_Bilinear, rm_Bicubic, rm_Lancroz }
Public Enum TVFResizeMode rm_CropOnly rm_NearestNeighbor rm_Bilinear rm_Bicubic rm_Lancroz End Enum
public class TVFResizeMode;
enum TVFResizeMode { rm_CropOnly, rm_NearestNeighbor, rm_Bilinear, rm_Bicubic, rm_Lancroz };
TVFResizeMode
public class TVFResizeMode;
VideoEditTypes
Members |
Description |
rm_CropOnly |
Crop only. |
rm_NearestNeighbor |
Nearest neighbor. |
rm_Bilinear |
Bilinear. |
rm_Bicubic |
Bicubic. |
rm_Lancroz |
Lancroz. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|