.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Background Class > Background Constructor : Background Constructor(String,BackgroundMode)
Path of a background image.
Specifies a BackgroundMode to use with the image.
Background Constructor(String,BackgroundMode)
Initializes a new instance of the Background object with an image and a background mode.
Syntax
'Declaration
 
Public Function New( _
   ByVal imagePath As String, _
   ByVal backgroundMode As BackgroundMode _
)
'Usage
 
Dim imagePath As String
Dim backgroundMode As BackgroundMode
 
Dim instance As New Background(imagePath, backgroundMode)

Parameters

imagePath
Path of a background image.
backgroundMode
Specifies a BackgroundMode to use with the image.
Remarks
The
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