VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Video_Effects_Text_Logo_Plus_Parameters_Rotate Method

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

Pascal
procedure Video_Effects_Text_Logo_Plus_Parameters_Rotate(ID: Integer; RotationMode: TVFTextRotationMode Enumeration; FlipMode: TVFTextFlipMode Enumeration);
C++
__fastcall Video_Effects_Text_Logo_Plus_Parameters_Rotate(int ID, TVFTextRotationMode RotationMode, TVFTextFlipMode FlipMode);
C#
public Video_Effects_Text_Logo_Plus_Parameters_Rotate(int ID, TVFTextRotationMode Enumeration RotationMode, TVFTextFlipMode Enumeration FlipMode);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus_Parameters_Rotate(ID As Integer, RotationMode As TVFTextRotationMode, FlipMode As TVFTextFlipMode)
Java
public Video_Effects_Text_Logo_Plus_Parameters_Rotate(int ID, TVFTextRotationMode RotationMode, TVFTextFlipMode FlipMode);
IDL
Video_Effects_Text_Logo_Plus_Parameters_Rotate(int ID, TVFTextRotationMode RotationMode, TVFTextFlipMode FlipMode);
JavaScript
Video_Effects_Text_Logo_Plus_Parameters_Rotate
PHP
public Video_Effects_Text_Logo_Plus_Parameters_Rotate($ID, TVFTextRotationMode $RotationMode, TVFTextFlipMode $FlipMode);
Parameters 
Description 
ID: Integer 
Effect ID. 
RotationMode: TVFTextRotationMode 
Rotation mode. 
FlipMode: TVFTextFlipMode 
Flip mode. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!