Masslet Send comments on this topic.
IMAGEMSG Constructor(Int32,Int32,Int32,Int32)
See Also 
Masslets.Masslet Namespace > IMAGEMSG Structure > IMAGEMSG Constructor : IMAGEMSG Constructor(Int32,Int32,Int32,Int32)




w
h
p
l

Syntax

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

Parameters

w
h
p
l

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.