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

Text flip mode.

Pascal
TVFTextFlipMode = (
  fm_none,
  fm_x,
  fm_y,
  fm_x_and_y
);
C++
enum TVFTextFlipMode {
  fm_none,
  fm_x,
  fm_y,
  fm_x_and_y
};
C#
public enum TVFTextFlipMode {
  fm_none,
  fm_x,
  fm_y,
  fm_x_and_y
}
Visual Basic
Public Enum TVFTextFlipMode
  fm_none
  fm_x
  fm_y
  fm_x_and_y
End Enum
Java
public class TVFTextFlipMode;
IDL
enum TVFTextFlipMode {
  fm_none,
  fm_x,
  fm_y,
  fm_x_and_y
};
JavaScript
TVFTextFlipMode
PHP
public class TVFTextFlipMode;

VideoCaptureTypes

Members 
Description 
fm_none 
None.  
fm_x 
X.  
fm_y 
Y.  
fm_x_and_y 
X and Y.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!