Bespoke Multi-Touch Framework
FtirSurface Constructor (verticalScale, horizontalScale)
NamespacesBespoke.MultiTouch.FrameworkFtirSurfaceFtirSurface(Single, Single)
Creates a new instance of FtirSurface.
Declaration Syntax
C#Visual BasicVisual C++
public FtirSurface(
	float verticalScale,
	float horizontalScale
)
Public Sub New ( _
	verticalScale As Single, _
	horizontalScale As Single _
)
public:
FtirSurface(
	float verticalScale, 
	float horizontalScale
)
Parameters
verticalScale (Single)
The vertical scale factor between the camera's resolution an the screen.
horizontalScale (Single)
The horizontal scale factor between the camera's resolution an the screen.
Remarks
Other surface configuration data is read from Bespoke.MultiTouch.Framework.config.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)