WebCam Send comments on this topic.
WebCam Constructor(IntPtr,Int32,Int32)
See Also 
Masslets.WebCam Namespace > WebCam Class > WebCam Constructor : WebCam Constructor(IntPtr,Int32,Int32)




handle
width
height

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal handle As IntPtr, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
Visual Basic (Usage)Copy Code
Dim handle As IntPtr
Dim width As Integer
Dim height As Integer
 
Dim instance As WebCam(handle, width, height)
C# 
public WebCam( 
   IntPtr handle,
   int width,
   int height
)
Managed Extensions for C++ 
public: WebCam( 
   IntPtr handle,
   int width,
   int height
)
C++/CLI 
public:
WebCam( 
   IntPtr handle,
   int width,
   int height
)

Parameters

handle
width
height

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.