Поделиться через


NodeIcons Constructor (Bitmap)

Initializes a new instance of the NodeIcons class. Loads an image strip 16x16, 32-bit colour image strip from the specified bitmap.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    bitmap As Bitmap _
)
public NodeIcons(
    Bitmap bitmap
)
public:
NodeIcons(
    Bitmap^ bitmap
)
new : 
        bitmap:Bitmap -> NodeIcons
public function NodeIcons(
    bitmap : Bitmap
)

Parameters

.NET Framework Security

See Also

Reference

NodeIcons Class

NodeIcons Overload

Microsoft.TeamFoundation.Common Namespace