VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.Video_Effects_Text_Logo_Plus_Params_Rotate Method

Rotates text logo for custom angle value, or displays text with vertical or horizontal flip.

Pascal
procedure Video_Effects_Text_Logo_Plus_Params_Rotate(ID: Integer; rotationMode: TVFTextRotationMode; flipMode: TVFTextFlipMode);
C++
__fastcall Video_Effects_Text_Logo_Plus_Params_Rotate(int ID, TVFTextRotationMode rotationMode, TVFTextFlipMode flipMode);
C#
public Video_Effects_Text_Logo_Plus_Params_Rotate(int ID, TVFTextRotationMode rotationMode, TVFTextFlipMode flipMode);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus_Params_Rotate(ID As Integer, rotationMode As TVFTextRotationMode, flipMode As TVFTextFlipMode)
Java
public Video_Effects_Text_Logo_Plus_Params_Rotate(int ID, TVFTextRotationMode rotationMode, TVFTextFlipMode flipMode);
IDL
Video_Effects_Text_Logo_Plus_Params_Rotate(int ID, TVFTextRotationMode rotationMode, TVFTextFlipMode flipMode);
JavaScript
Video_Effects_Text_Logo_Plus_Params_Rotate
PHP
public Video_Effects_Text_Logo_Plus_Params_Rotate($ID, TVFTextRotationMode $rotationMode, TVFTextFlipMode $flipMode);
Parameters 
Description 
ID: Integer 
Effect ID. 
rotationMode: TVFTextRotationMode 
Rotation mode. 
flipMode: TVFTextFlipMode 
Flip mode. 
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!