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

Stretch mode.

Pascal
TVFStretchMode = (
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
);
C++
enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
};
C#
public enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
}
Visual Basic
Public Enum TVFStretchMode
  sm_stretch
  sm_letterbox
  sm_crop
  sm_none
End Enum
Java
public class TVFStretchMode;
IDL
enum TVFStretchMode {
  sm_stretch,
  sm_letterbox,
  sm_crop,
  sm_none
};
JavaScript
TVFStretchMode
PHP
public class TVFStretchMode;

VideoCaptureTypes

Members 
Description 
sm_stretch 
Stretch.  
sm_letterbox 
Letterbox.  
sm_crop 
Crop.  
sm_none 
None.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!