.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Background Class > Background Constructor : Background Constructor(Color[],Single[],Single)
Background Constructor(Color[],Single[],Single)
Initializes a new instance of the Background class.
Syntax
'Declaration
 
Public Function New( _
   ByVal myColors() As Color, _
   ByVal myColorPositions() As Single, _
   ByVal angle As Single _
)
'Usage
 
Dim myColors() As Color
Dim myColorPositions() As Single
Dim angle As Single
 
Dim instance As New Background(myColors, myColorPositions, angle)
public Background( 
   Color[] myColors,
   float[] myColorPositions,
   float angle
)

Parameters

myColors
myColorPositions
angle
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