K2ImageViewItem Constructor(Image,String,String,Double,Double)
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ImageViewItem Class > K2ImageViewItem Constructor : K2ImageViewItem Constructor(Image,String,String,Double,Double)



img
Text
Name
Width
Height

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal img As Image, _
   ByVal Text As String, _
   ByVal Name As String, _
   ByVal Width As Double, _
   ByVal Height As Double _
)
Visual Basic (Usage) Copy Code
Dim img As Image
Dim Text As String
Dim Name As String
Dim Width As Double
Dim Height As Double
 
Dim instance As New K2ImageViewItem(img, Text, Name, Width, Height)
C#  
public K2ImageViewItem( 
   Image img,
   string Text,
   string Name,
   double Width,
   double Height
)
C++/CLI  
public:
K2ImageViewItem( 
   Image^ img,
   String^ Text,
   String^ Name,
   double Width,
   double Height
)

Parameters

img
Text
Name
Width
Height

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