Verastream SDK .Net Reference
getColumns Method
Example 



Returns the number of columns in the presentation space.
Syntax
'Declaration
 
Public Function getColumns() As Integer
'Usage
 
Dim instance As ScreenUPG
Dim value As Integer
 
value = instance.getColumns()
public int getColumns()
public:
int getColumns(); 

Return Value

The number of columns
Example
[C#] [VB]
int columns = screen.getColumns();
Dim columns As Integer
            
columns = screen.getColumns
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also