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

Sets shape parameters.

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