|
VisioForge Video Edit SDK (Delphi / ActiveX)
|
Text flip mode.
TVFTextFlipMode = ( fm_none, fm_x, fm_y, fm_x_and_y );
enum TVFTextFlipMode { fm_none, fm_x, fm_y, fm_x_and_y };
public enum TVFTextFlipMode { fm_none, fm_x, fm_y, fm_x_and_y }
Public Enum TVFTextFlipMode fm_none fm_x fm_y fm_x_and_y End Enum
public class TVFTextFlipMode;
enum TVFTextFlipMode { fm_none, fm_x, fm_y, fm_x_and_y };
TVFTextFlipMode
public class TVFTextFlipMode;
VideoEditTypes
|
Members |
Description |
|
fm_none |
None. |
|
fm_x |
X. |
|
fm_y |
Y. |
|
fm_x_and_y |
X and Y. |
Doc-O-Matic.|
Copyright (c) 2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|