Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Video_Effects_Text_Logo_Plus_Params_Shape Method

Sets shape parameters.

Pascal
procedure Video_Effects_Text_Logo_Plus_Params_Shape(ID: Integer; Shape_Enabled: Boolean; type_: TVFTextShapeType; X: Integer; Y: Integer; ShapeWidth: Integer; ShapeHeight: Integer; Color: Integer);
C++
__fastcall Video_Effects_Text_Logo_Plus_Params_Shape(int ID, Boolean Shape_Enabled, TVFTextShapeType type_, int X, int Y, int ShapeWidth, int ShapeHeight, int Color);
C#
public Video_Effects_Text_Logo_Plus_Params_Shape(int ID, Boolean Shape_Enabled, TVFTextShapeType type_, int X, int Y, int ShapeWidth, int ShapeHeight, int Color);
Visual Basic
Public Sub Video_Effects_Text_Logo_Plus_Params_Shape(ID As Integer, Shape_Enabled As Boolean, type_ As TVFTextShapeType, X As Integer, Y As Integer, ShapeWidth As Integer, ShapeHeight As Integer, Color As Integer)
Java
public Video_Effects_Text_Logo_Plus_Params_Shape(int ID, Boolean Shape_Enabled, TVFTextShapeType type_, int X, int Y, int ShapeWidth, int ShapeHeight, int Color);
IDL
Video_Effects_Text_Logo_Plus_Params_Shape(int ID, Boolean Shape_Enabled, TVFTextShapeType type_, int X, int Y, int ShapeWidth, int ShapeHeight, int Color);
JavaScript
Video_Effects_Text_Logo_Plus_Params_Shape
Parameters 
Description 
ID: Integer 
Effect ID. 
Shape_Enabled: Boolean 
if enabled, if disabled. 
type_: TVFTextShapeType 
Shape type. 
X: Integer 
X. 
Y: Integer 
Y. 
ShapeWidth: Integer 
Width. 
ShapeHeight: Integer 
Height. 
Color: Integer 
Color. 
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!