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

Sets custom output size.

Pascal
procedure PIP_CustomOutputSize_Set(Width_: Integer; Height_: Integer);
C++
__fastcall PIP_CustomOutputSize_Set(int Width_, int Height_);
C#
public PIP_CustomOutputSize_Set(int Width_, int Height_);
Visual Basic
Public Sub PIP_CustomOutputSize_Set(Width_ As Integer, Height_ As Integer)
Java
public PIP_CustomOutputSize_Set(int Width_, int Height_);
IDL
PIP_CustomOutputSize_Set(int Width_, int Height_);
JavaScript
PIP_CustomOutputSize_Set
PHP
public PIP_CustomOutputSize_Set($Width_, $Height_);
Parameters 
Description 
Width_: Integer 
Width. 
Height_: Integer 
Height. 
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!