VisioForge Video Edit SDK (Delphi / ActiveX)
|
Text rotation mode.
TVFTextRotationMode = ( rm_none, rm_90, rm_180, rm_270 );
enum TVFTextRotationMode { rm_none, rm_90, rm_180, rm_270 };
public enum TVFTextRotationMode { rm_none, rm_90, rm_180, rm_270 }
Public Enum TVFTextRotationMode rm_none rm_90 rm_180 rm_270 End Enum
public class TVFTextRotationMode;
enum TVFTextRotationMode { rm_none, rm_90, rm_180, rm_270 };
TVFTextRotationMode
public class TVFTextRotationMode;
VideoEditTypes
Members |
Description |
rm_none |
None. |
rm_90 |
90. |
rm_180 |
180. |
rm_270 |
270. |
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|