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




p
w
h

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal p As IntPtr, _
   ByVal w As Integer, _
   ByVal h As Integer _
)
Visual Basic (Usage)Copy Code
Dim p As IntPtr
Dim w As Integer
Dim h As Integer
 
Dim instance As Display(p, w, h)
C# 
public Display( 
   IntPtr p,
   int w,
   int h
)
Managed Extensions for C++ 
public: Display( 
   IntPtr p,
   int w,
   int h
)
C++/CLI 
public:
Display( 
   IntPtr p,
   int w,
   int h
)

Parameters

p
w
h

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.